Html Css Color HEX #DA4290 Deep Cerise

📋 copy color: '#DA4290'

red 218 ◦ green 66 ◦ blue 144

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

Shades of Deep Cerise #DA4290

Tints of Deep Cerise #DA4290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.42%

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

R = 50.93%
G = 15.42%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA4290 (or 0xDA4290) is known color: Deep Cerise. HEX triplet: DA, 42 and 90. RGB value is (218,66,144). Sum of RGB (Red+Green+Blue) = 218+66+144=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4290 is #25BD6F. Grayscale: #787878. Windows color (decimal): -2473328 or 9454298. OLE color: 9454298.

HSL color Cylindrical-coordinate representation of color #DA4290: hue angle of 329.21º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4290 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 144 -
CMYK 0 0.70 0.34 0.15
HSL 329.21º 0.67% 0.56% -
HSV(B) 329.21º 0.7% 0.85% -
XYZ 35.9 20.82 28.51 -
YUV 120.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 218 66 144 0 0.70 0.34 0.15 329.21 0.67 0.56
Hex DA 42 90 0 46 22 F 149 43 38
Octal 332 102 220 0 106 42 17 511 103 70
Binary 11011010 1000010 10010000 0 1000110 100010 1111 101001001 1000011 111000

Color Harmonies of #DA4290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4290

Black with #DA4290

Text Example


Text Example

White with #DA4290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4290; }

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

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

background-color css

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

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

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

border-color css

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

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

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