#DC4188

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

Shades of Deep Cerise #DC4188

Tints of Deep Cerise #DC4188

Color information

#DC4188 (or 0xDC4188) is unknown color: approx Deep Cerise. HEX triplet: DC, 41 and 88. RGB value is (220,65,136). Sum of RGB (Red+Green+Blue) = 220+65+136=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4188 is #23BE77. Grayscale: #777777. Windows color (decimal): -2342520 or 8929756. OLE color: 8929756.

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

Color convert

RGB22065136-
CMYK00.700.380.14
HSL332.52º68.89%55.88%-
HSV(B)332.52º70.45%86.27%-
XYZ35.8520.7725.41-
YUV119.44137.35199.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 52.26%
GREEN value IS 65 (25.78% from 255) = 15.44%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=52.26%
G=15.44%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206513600.700.380.14332.5268.8955.88
HexDC418804626E14d4538
Octal3341012100106461651510570
Binary110111001000001100010000100011010011011101010011011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4188; }

 p { color: rgb(220,65,136); }

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

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

 a { background-color: rgb(220,65,136); }

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

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

 span { border-color: rgb(220,65,136); }

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