#DA207F

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

Shades of Deep Cerise #DA207F

Tints of Deep Cerise #DA207F

Color information

#DA207F (or 0xDA207F) is unknown color: approx Deep Cerise. HEX triplet: DA, 20 and 7F. RGB value is (218,32,127). Sum of RGB (Red+Green+Blue) = 218+32+127=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA207F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA207F is #25DF80. Grayscale: #626262. Windows color (decimal): -2482049 or 8331482. OLE color: 8331482.

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

Color convert

RGB21832127-
CMYK00.850.420.15
HSL329.35º74.4%49.02%-
HSV(B)329.35º85.32%85.49%-
XYZ33.2617.4721.7-
YUV98.44144.12213.28-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 57.82%
GREEN value IS 32 (12.89% from 255) = 8.49%
BLUE value IS 127 (50% from 255) = 33.69%
R=57.82%
G=8.49%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2183212700.850.420.15329.3574.449.02
HexDA207F0552AF1494a31
Octal332401770125521751111261
Binary1101101010000011111110101010110101011111010010011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA207F; }

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

 H1.HeaderClassName
 {
   color: #DA207F;
 }
 .AnyTagClassName
 {
   color: #DA207F;
 }
</style>
background-color css

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

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

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

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

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

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