#DD2466

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

Shades of Cerise #DD2466

Tints of Cerise #DD2466

Color information

#DD2466 (or 0xDD2466) is unknown color: approx Cerise. HEX triplet: DD, 24 and 66. RGB value is (221,36,102). Sum of RGB (Red+Green+Blue) = 221+36+102=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 36 (14.45% from 255 or 10.03% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2466 is #22DB99. Grayscale: #626262. Windows color (decimal): -2284442 or 6694109. OLE color: 6694109.

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

Color convert

RGB22136102-
CMYK00.840.540.13
HSL338.59º73.12%50.39%-
HSV(B)338.59º83.71%86.67%-
XYZ32.8517.5914.23-
YUV98.84129.79215.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.56%
GREEN value IS 36 (14.45% from 255) = 10.03%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=61.56%
G=10.03%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213610200.840.540.13338.5973.1250.39
HexDD246605436D1534932
Octal335441460124661552311162
Binary1101110110010011001100101010011011011011010100111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2466; }

 p { color: rgb(221,36,102); }

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

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

 a { background-color: rgb(221,36,102); }

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

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

 span { border-color: rgb(221,36,102); }

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