#D03780

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

Shades of Deep Cerise #D03780

Tints of Deep Cerise #D03780

Color information

#D03780 (or 0xD03780) is unknown color: approx Deep Cerise. HEX triplet: D0, 37 and 80. RGB value is (208,55,128). Sum of RGB (Red+Green+Blue) = 208+55+128=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 128 (50.39% from 255 or 32.74% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D03780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D03780 is #2FC87F. Grayscale: #6C6C6C. Windows color (decimal): -3131520 or 8402896. OLE color: 8402896.

HSL color Cylindrical-coordinate representation of color #D03780: hue angle of 331.37º 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 #D03780 is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB20855128-
CMYK00.740.380.18
HSL331.37º61.94%51.57%-
HSV(B)331.37º73.56%81.57%-
XYZ31.2717.722.19-
YUV109.07138.69198.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 53.20%
GREEN value IS 55 (21.88% from 255) = 14.07%
BLUE value IS 128 (50.39% from 255) = 32.74%
R=53.20%
G=14.07%
B=32.74%

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
Decimal2085512800.740.380.18331.3761.9451.57
HexD0378004A261214b3e34
Octal32067200011246225137664
Binary11010000110111100000000100101010011010010101001011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D03780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D03780; }

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

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

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

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

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

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

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

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