#D0237B

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

Shades of Deep Cerise #D0237B

Tints of Deep Cerise #D0237B

Color information

#D0237B (or 0xD0237B) is unknown color: approx Deep Cerise. HEX triplet: D0, 23 and 7B. RGB value is (208,35,123). Sum of RGB (Red+Green+Blue) = 208+35+123=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 35 (14.06% from 255 or 9.56% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D0237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0237B is #2FDC84. Grayscale: #606060. Windows color (decimal): -3136645 or 8070096. OLE color: 8070096.

HSL color Cylindrical-coordinate representation of color #D0237B: hue angle of 329.48º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0237B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB20835123-
CMYK00.830.410.18
HSL329.48º71.19%47.65%-
HSV(B)329.48º83.17%81.57%-
XYZ30.1916.0420.24-
YUV96.76142.81207.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 56.83%
GREEN value IS 35 (14.06% from 255) = 9.56%
BLUE value IS 123 (48.44% from 255) = 33.61%
R=56.83%
G=9.56%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2083512300.830.410.18329.4871.1947.65
HexD0237B05329121494730
Octal320431730123512251110760
Binary11010000100011111101101010011101001100101010010011000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0237B; }

 p { color: rgb(208,35,123); }

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

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

 a { background-color: rgb(208,35,123); }

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

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

 span { border-color: rgb(208,35,123); }

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