#DA207C

Color #DA207C Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #DA207C

Tints of Deep Cerise #DA207C

Color information

#DA207C (or 0xDA207C) is unknown color: approx 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

RGB21832124-
CMYK00.850.430.15
HSL330.32º74.4%49.02%-
HSV(B)330.32º85.32%85.49%-
XYZ33.0717.3920.68-
YUV98.1142.62213.52-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183212400.850.430.15330.3274.449.02
HexDA207C0552BF14a4a31
Octal332401740125531751211261
Binary1101101010000011111000101010110101111111010010101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>