#DD2170

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

Shades of Cerise #DD2170

Tints of Cerise #DD2170

Color information

#DD2170 (or 0xDD2170) is unknown color: approx Cerise. HEX triplet: DD, 21 and 70. RGB value is (221,33,112). Sum of RGB (Red+Green+Blue) = 221+33+112=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2170 is #22DE8F. Grayscale: #626262. Windows color (decimal): -2285200 or 7348701. OLE color: 7348701.

HSL color Cylindrical-coordinate representation of color #DD2170: hue angle of 334.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD2170 is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB22133112-
CMYK00.850.490.13
HSL334.79º74.02%49.8%-
HSV(B)334.79º85.07%86.67%-
XYZ33.2917.6316.98-
YUV98.22135.78215.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.38%
GREEN value IS 33 (13.28% from 255) = 9.02%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=60.38%
G=9.02%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213311200.850.490.13334.7974.0249.8
HexDD217005531D14f4a32
Octal335411600125611551711262
Binary1101110110000111100000101010111000111011010011111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2170; }

 p { color: rgb(221,33,112); }

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

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

 a { background-color: rgb(221,33,112); }

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

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

 span { border-color: rgb(221,33,112); }

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