Html Css Color HEX #DA4090 Deep Cerise

📋 copy color: '#DA4090'

red 218 ◦ green 64 ◦ blue 144

#DA4090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #DA4090

Tints of Deep Cerise #DA4090

RGB

 RED value IS 218 (85.55% from 255) = 51.17%

 GREEN value IS 64 (25.39% from 255) = 15.02%

 BLUE value IS 144 (56.64% from 255) = 33.8%

R = 51.17%
G = 15.02%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA4090 (or 0xDA4090) is known color: Deep Cerise. HEX triplet: DA, 40 and 90. RGB value is (218,64,144). Sum of RGB (Red+Green+Blue) = 218+64+144=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 64 (25.39% from 255 or 15.02% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4090 is #25BF6F. Grayscale: #777777. Windows color (decimal): -2473840 or 9453786. OLE color: 9453786.

HSL color Cylindrical-coordinate representation of color #DA4090: hue angle of 328.83º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4090 is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 144 -
CMYK 0 0.71 0.34 0.15
HSL 328.83º 0.68% 0.55% -
HSV(B) 328.83º 0.71% 0.85% -
XYZ 35.78 20.59 28.47 -
YUV 119.17 142.02 198.5 -
System Red Green Blue C M Y K H S L
Decimal 218 64 144 0 0.71 0.34 0.15 328.83 0.68 0.55
Hex DA 40 90 0 47 22 F 149 44 37
Octal 332 100 220 0 107 42 17 511 104 67
Binary 11011010 1000000 10010000 0 1000111 100010 1111 101001001 1000100 110111

Color Harmonies of #DA4090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4090

Black with #DA4090

Text Example


Text Example

White with #DA4090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4090; }

 p { color: rgb(218,64,144); }

 H1.HeaderClassName
 {
   color: #DA4090;
 }
 .AnyTagClassName
 {
   color: #DA4090;
 }
</style>

background-color css

<style>
 a { background-color: #DA4090; }

 a { background-color: rgb(218,64,144); }

 div.DivClassName
 {
   background-color: #DA4090;
 }
 .BgClassName
 {
   background-color: #DA4090;
 }
</style>

border-color css

<style>
 span { border-color: #DA4090; }

 span { border-color: rgb(218,64,144); }

 td.TdClassName
 {
   border-color: #DA4090;
 }
 .TagClassName
 {
   border-color: #DA4090;
 }
</style>