#D03782

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

Shades of Deep Cerise #D03782

Tints of Deep Cerise #D03782

Color information

#D03782 (or 0xD03782) is unknown color: approx Deep Cerise. HEX triplet: D0, 37 and 82. RGB value is (208,55,130). Sum of RGB (Red+Green+Blue) = 208+55+130=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D03782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03782 is #2FC87D. Grayscale: #6D6D6D. Windows color (decimal): -3131518 or 8533968. OLE color: 8533968.

HSL color Cylindrical-coordinate representation of color #D03782: hue angle of 330.59º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03782 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB20855130-
CMYK00.740.380.18
HSL330.59º61.94%51.57%-
HSV(B)330.59º73.56%81.57%-
XYZ31.4117.7522.89-
YUV109.3139.69198.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 52.93%
GREEN value IS 55 (21.88% from 255) = 13.99%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=52.93%
G=13.99%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2085513000.740.380.18330.5961.9451.57
HexD0378204A261214b3e34
Octal32067202011246225137664
Binary11010000110111100000100100101010011010010101001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03782; }

 p { color: rgb(208,55,130); }

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

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

 a { background-color: rgb(208,55,130); }

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

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

 span { border-color: rgb(208,55,130); }

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