Html Css Color HEX #DA209D Deep Cerise

📋 copy color: '#DA209D'

red 218 ◦ green 32 ◦ blue 157

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

Shades of Deep Cerise #DA209D

Tints of Deep Cerise #DA209D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 53.56%
G = 7.86%
B = 38.57%

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

#DA209D (or 0xDA209D) is known color: Deep Cerise. HEX triplet: DA, 20 and 9D. RGB value is (218,32,157). Sum of RGB (Red+Green+Blue) = 218+32+157=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA209D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA209D is #25DF62. Grayscale: #656565. Windows color (decimal): -2482019 or 10297562. OLE color: 10297562.

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

Color convert

RGB 218 32 157 -
CMYK 0 0.85 0.28 0.15
HSL 319.68º 0.74% 0.49% -
HSV(B) 319.68º 0.85% 0.85% -
XYZ 35.52 18.37 33.57 -
YUV 101.86 159.12 210.84 -
System Red Green Blue C M Y K H S L
Decimal 218 32 157 0 0.85 0.28 0.15 319.68 0.74 0.49
Hex DA 20 9D 0 55 1C F 140 4A 31
Octal 332 40 235 0 125 34 17 500 112 61
Binary 11011010 100000 10011101 0 1010101 11100 1111 101000000 1001010 110001

Color Harmonies of #DA209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA209D

Black with #DA209D

Text Example


Text Example

White with #DA209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA209D; }

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

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

background-color css

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

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

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

border-color css

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

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

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