Html Css Color HEX #DA4288 Deep Cerise

📋 copy color: '#DA4288'

red 218 ◦ green 66 ◦ blue 136

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

Shades of Deep Cerise #DA4288

Tints of Deep Cerise #DA4288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.38%

R = 51.9%
G = 15.71%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA4288 (or 0xDA4288) is known color: Deep Cerise. HEX triplet: DA, 42 and 88. RGB value is (218,66,136). Sum of RGB (Red+Green+Blue) = 218+66+136=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4288 is #25BD77. Grayscale: #777777. Windows color (decimal): -2473336 or 8930010. OLE color: 8930010.

HSL color Cylindrical-coordinate representation of color #DA4288: hue angle of 332.37º 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 #DA4288 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 136 -
CMYK 0 0.70 0.38 0.15
HSL 332.37º 0.67% 0.56% -
HSV(B) 332.37º 0.7% 0.85% -
XYZ 35.31 20.58 25.4 -
YUV 119.43 137.36 198.31 -
System Red Green Blue C M Y K H S L
Decimal 218 66 136 0 0.70 0.38 0.15 332.37 0.67 0.56
Hex DA 42 88 0 46 26 F 14C 43 38
Octal 332 102 210 0 106 46 17 514 103 70
Binary 11011010 1000010 10001000 0 1000110 100110 1111 101001100 1000011 111000

Color Harmonies of #DA4288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4288

Black with #DA4288

Text Example


Text Example

White with #DA4288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4288; }

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

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

background-color css

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

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

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

border-color css

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

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

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