#DC3D67

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

Shades of Cerise #DC3D67

Tints of Cerise #DC3D67

Color information

#DC3D67 (or 0xDC3D67) is unknown color: approx Cerise. HEX triplet: DC, 3D and 67. RGB value is (220,61,103). Sum of RGB (Red+Green+Blue) = 220+61+103=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D67 is #23C298. Grayscale: #717171. Windows color (decimal): -2343577 or 6766044. OLE color: 6766044.

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

Color convert

RGB22061103-
CMYK00.720.530.14
HSL344.15º69.43%55.1%-
HSV(B)344.15º72.27%86.27%-
XYZ33.6319.5314.83-
YUV113.33122.18204.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.29%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=57.29%
G=15.89%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206110300.720.530.14344.1569.4355.1
HexDC3D6704835E1584537
Octal334751470110651653010567
Binary1101110011110111001110100100011010111101010110001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3D67; }

 p { color: rgb(220,61,103); }

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

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

 a { background-color: rgb(220,61,103); }

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

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

 span { border-color: rgb(220,61,103); }

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