Html Css Color HEX #DA207C Deep Cerise

📋 copy color: '#DA207C'

red 218 ◦ green 32 ◦ blue 124

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

Shades of Deep Cerise #DA207C

Tints of Deep Cerise #DA207C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 58.29%
G = 8.56%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA207C (or 0xDA207C) is known color: Deep Cerise. HEX triplet: DA, 20 and 7C. RGB value is (218,32,124). Sum of RGB (Red+Green+Blue) = 218+32+124=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA207C is #25DF83. Grayscale: #616161. Windows color (decimal): -2482052 or 8134874. OLE color: 8134874.

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

Color convert

RGB 218 32 124 -
CMYK 0 0.85 0.43 0.15
HSL 330.32º 0.74% 0.49% -
HSV(B) 330.32º 0.85% 0.85% -
XYZ 33.07 17.39 20.68 -
YUV 98.1 142.62 213.52 -
System Red Green Blue C M Y K H S L
Decimal 218 32 124 0 0.85 0.43 0.15 330.32 0.74 0.49
Hex DA 20 7C 0 55 2B F 14A 4A 31
Octal 332 40 174 0 125 53 17 512 112 61
Binary 11011010 100000 1111100 0 1010101 101011 1111 101001010 1001010 110001

Color Harmonies of #DA207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA207C

Black with #DA207C

Text Example


Text Example

White with #DA207C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA207C; }

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

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

background-color css

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

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

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

border-color css

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

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

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