Html Css Color HEX #DA209B Deep Cerise

📋 copy color: '#DA209B'

red 218 ◦ green 32 ◦ blue 155

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

Shades of Deep Cerise #DA209B

Tints of Deep Cerise #DA209B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.27%

R = 53.83%
G = 7.9%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA209B (or 0xDA209B) is known color: Deep Cerise. HEX triplet: DA, 20 and 9B. RGB value is (218,32,155). Sum of RGB (Red+Green+Blue) = 218+32+155=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA209B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA209B is #25DF64. Grayscale: #656565. Windows color (decimal): -2482021 or 10166490. OLE color: 10166490.

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

Color convert

RGB 218 32 155 -
CMYK 0 0.85 0.29 0.15
HSL 320.32º 0.74% 0.49% -
HSV(B) 320.32º 0.85% 0.85% -
XYZ 35.35 18.31 32.68 -
YUV 101.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 218 32 155 0 0.85 0.29 0.15 320.32 0.74 0.49
Hex DA 20 9B 0 55 1D F 140 4A 31
Octal 332 40 233 0 125 35 17 500 112 61
Binary 11011010 100000 10011011 0 1010101 11101 1111 101000000 1001010 110001

Color Harmonies of #DA209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA209B

Black with #DA209B

Text Example


Text Example

White with #DA209B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA209B; }

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

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

background-color css

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

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

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

border-color css

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

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

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