Html Css Color HEX #DA2F89 Deep Cerise

📋 copy color: '#DA2F89'

red 218 ◦ green 47 ◦ blue 137

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

Shades of Deep Cerise #DA2F89

Tints of Deep Cerise #DA2F89

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.69%

 BLUE value IS 137 (53.91% from 255) = 34.08%

R = 54.23%
G = 11.69%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA2F89 (or 0xDA2F89) is known color: Deep Cerise. HEX triplet: DA, 2F and 89. RGB value is (218,47,137). Sum of RGB (Red+Green+Blue) = 218+47+137=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 137 (53.91% from 255 or 34.08% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F89 is #25D076. Grayscale: #6C6C6C. Windows color (decimal): -2478199 or 8990682. OLE color: 8990682.

HSL color Cylindrical-coordinate representation of color #DA2F89: hue angle of 328.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2F89 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 47 137 -
CMYK 0 0.78 0.37 0.15
HSL 328.42º 0.7% 0.52% -
HSV(B) 328.42º 0.78% 0.85% -
XYZ 34.45 18.74 25.47 -
YUV 108.39 144.15 206.18 -
System Red Green Blue C M Y K H S L
Decimal 218 47 137 0 0.78 0.37 0.15 328.42 0.7 0.52
Hex DA 2F 89 0 4E 25 F 148 46 34
Octal 332 57 211 0 116 45 17 510 106 64
Binary 11011010 101111 10001001 0 1001110 100101 1111 101001000 1000110 110100

Color Harmonies of #DA2F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F89

Black with #DA2F89

Text Example


Text Example

White with #DA2F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F89; }

 p { color: rgb(218,47,137); }

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

background-color css

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

 a { background-color: rgb(218,47,137); }

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

border-color css

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

 span { border-color: rgb(218,47,137); }

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