Html Css Color HEX #DA209C Deep Cerise

📋 copy color: '#DA209C'

red 218 ◦ green 32 ◦ blue 156

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

Shades of Deep Cerise #DA209C

Tints of Deep Cerise #DA209C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.88%

 BLUE value IS 156 (61.33% from 255) = 38.42%

R = 53.69%
G = 7.88%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA209C (or 0xDA209C) is known color: Deep Cerise. HEX triplet: DA, 20 and 9C. RGB value is (218,32,156). Sum of RGB (Red+Green+Blue) = 218+32+156=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA209C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA209C is #25DF63. Grayscale: #656565. Windows color (decimal): -2482020 or 10232026. OLE color: 10232026.

HSL color Cylindrical-coordinate representation of color #DA209C: hue angle of 320º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA209C is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 32 156 -
CMYK 0 0.85 0.28 0.15
HSL 320º 0.74% 0.49% -
HSV(B) 320º 0.85% 0.85% -
XYZ 35.43 18.34 33.12 -
YUV 101.75 158.62 210.92 -
System Red Green Blue C M Y K H S L
Decimal 218 32 156 0 0.85 0.28 0.15 320 0.74 0.49
Hex DA 20 9C 0 55 1C F 140 4A 31
Octal 332 40 234 0 125 34 17 500 112 61
Binary 11011010 100000 10011100 0 1010101 11100 1111 101000000 1001010 110001

Color Harmonies of #DA209C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA209C

Black with #DA209C

Text Example


Text Example

White with #DA209C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA209C; }

 p { color: rgb(218,32,156); }

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

background-color css

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

 a { background-color: rgb(218,32,156); }

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

border-color css

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

 span { border-color: rgb(218,32,156); }

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