#DC2B74

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

Shades of Cerise #DC2B74

Tints of Cerise #DC2B74

Color information

#DC2B74 (or 0xDC2B74) is unknown color: approx Cerise. HEX triplet: DC, 2B and 74. RGB value is (220,43,116). Sum of RGB (Red+Green+Blue) = 220+43+116=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2B74 is #23D48B. Grayscale: #686868. Windows color (decimal): -2348172 or 7613404. OLE color: 7613404.

HSL color Cylindrical-coordinate representation of color #DC2B74: hue angle of 335.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2B74 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB22043116-
CMYK00.800.470.14
HSL335.25º71.66%51.57%-
HSV(B)335.25º80.45%86.27%-
XYZ33.5318.218.27-
YUV104.24134.64210.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.05%
GREEN value IS 43 (17.19% from 255) = 11.35%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=58.05%
G=11.35%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2204311600.800.470.14335.2571.6651.57
HexDC2B740502FE14f4834
Octal334531640120571651711064
Binary1101110010101111101000101000010111111101010011111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC2B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC2B74; }

 p { color: rgb(220,43,116); }

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

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

 a { background-color: rgb(220,43,116); }

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

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

 span { border-color: rgb(220,43,116); }

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