#DC256E

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

Shades of Cerise #DC256E

Tints of Cerise #DC256E

Color information

#DC256E (or 0xDC256E) is unknown color: approx Cerise. HEX triplet: DC, 25 and 6E. RGB value is (220,37,110). Sum of RGB (Red+Green+Blue) = 220+37+110=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC256E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC256E is #23DA91. Grayscale: #636363. Windows color (decimal): -2349714 or 7218652. OLE color: 7218652.

HSL color Cylindrical-coordinate representation of color #DC256E: hue angle of 336.07º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC256E is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB22037110-
CMYK00.830.500.14
HSL336.07º72.33%50.39%-
HSV(B)336.07º83.18%86.27%-
XYZ32.9917.6616.42-
YUV100.04133.63213.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.95%
GREEN value IS 37 (14.84% from 255) = 10.08%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=59.95%
G=10.08%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2203711000.830.500.14336.0772.3350.39
HexDC256E05332E1504832
Octal334451560123621652011062
Binary1101110010010111011100101001111001011101010100001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC256E; }

 p { color: rgb(220,37,110); }

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

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

 a { background-color: rgb(220,37,110); }

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

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

 span { border-color: rgb(220,37,110); }

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