#DC4268

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

Shades of Cerise #DC4268

Tints of Cerise #DC4268

Color information

#DC4268 (or 0xDC4268) is unknown color: approx Cerise. HEX triplet: DC, 42 and 68. RGB value is (220,66,104). Sum of RGB (Red+Green+Blue) = 220+66+104=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4268 is #23BD97. Grayscale: #747474. Windows color (decimal): -2342296 or 6832860. OLE color: 6832860.

HSL color Cylindrical-coordinate representation of color #DC4268: hue angle of 345.19º 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 #DC4268 is Cyan = 0, Magento = 0.7, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB22066104-
CMYK00.70.530.14
HSL345.19º68.75%56.08%-
HSV(B)345.19º70%86.27%-
XYZ33.9620.1115.19-
YUV116.38121.02201.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 56.41%
GREEN value IS 66 (26.17% from 255) = 16.92%
BLUE value IS 104 (41.02% from 255) = 26.67%
R=56.41%
G=16.92%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206610400.70.530.14345.1968.7556.08
HexDC426804635E1594538
Octal3341021500106651653110570
Binary11011100100001011010000100011011010111101010110011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4268; }

 p { color: rgb(220,66,104); }

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

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

 a { background-color: rgb(220,66,104); }

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

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

 span { border-color: rgb(220,66,104); }

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