#DC4083

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

Shades of Deep Cerise #DC4083

Tints of Deep Cerise #DC4083

Color information

#DC4083 (or 0xDC4083) is unknown color: approx Deep Cerise. HEX triplet: DC, 40 and 83. RGB value is (220,64,131). Sum of RGB (Red+Green+Blue) = 220+64+131=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4083 is #23BF7C. Grayscale: #767676. Windows color (decimal): -2342781 or 8601820. OLE color: 8601820.

HSL color Cylindrical-coordinate representation of color #DC4083: hue angle of 334.23º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC4083 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB22064131-
CMYK00.710.400.14
HSL334.23º69.03%55.69%-
HSV(B)334.23º70.91%86.27%-
XYZ35.4520.5223.57-
YUV118.28135.18200.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.01%
GREEN value IS 64 (25.39% from 255) = 15.42%
BLUE value IS 131 (51.56% from 255) = 31.57%
R=53.01%
G=15.42%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206413100.710.400.14334.2369.0355.69
HexDC408304728E14e4538
Octal3341002030107501651610570
Binary110111001000000100000110100011110100011101010011101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4083; }

 p { color: rgb(220,64,131); }

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

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

 a { background-color: rgb(220,64,131); }

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

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

 span { border-color: rgb(220,64,131); }

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