Html Css Color HEX #DA208C Deep Cerise

📋 copy color: '#DA208C'

red 218 ◦ green 32 ◦ blue 140

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

Shades of Deep Cerise #DA208C

Tints of Deep Cerise #DA208C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 55.9%
G = 8.21%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA208C (or 0xDA208C) is known color: Deep Cerise. HEX triplet: DA, 20 and 8C. RGB value is (218,32,140). Sum of RGB (Red+Green+Blue) = 218+32+140=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA208C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA208C is #25DF73. Grayscale: #636363. Windows color (decimal): -2482036 or 9183450. OLE color: 9183450.

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

Color convert

RGB 218 32 140 -
CMYK 0 0.85 0.36 0.15
HSL 325.16º 0.74% 0.49% -
HSV(B) 325.16º 0.85% 0.85% -
XYZ 34.16 17.83 26.45 -
YUV 99.93 150.62 212.22 -
System Red Green Blue C M Y K H S L
Decimal 218 32 140 0 0.85 0.36 0.15 325.16 0.74 0.49
Hex DA 20 8C 0 55 24 F 145 4A 31
Octal 332 40 214 0 125 44 17 505 112 61
Binary 11011010 100000 10001100 0 1010101 100100 1111 101000101 1001010 110001

Color Harmonies of #DA208C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA208C

Black with #DA208C

Text Example


Text Example

White with #DA208C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA208C; }

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

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

background-color css

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

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

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

border-color css

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

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

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