#DD2566

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

Shades of Cerise #DD2566

Tints of Cerise #DD2566

Color information

#DD2566 (or 0xDD2566) is unknown color: approx Cerise. HEX triplet: DD, 25 and 66. RGB value is (221,37,102). Sum of RGB (Red+Green+Blue) = 221+37+102=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2566 is #22DA99. Grayscale: #636363. Windows color (decimal): -2284186 or 6694365. OLE color: 6694365.

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

Color convert

RGB22137102-
CMYK00.830.540.13
HSL338.8º73.02%50.59%-
HSV(B)338.8º83.26%86.67%-
XYZ32.8817.6514.25-
YUV99.43129.46214.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.39%
GREEN value IS 37 (14.84% from 255) = 10.28%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=61.39%
G=10.28%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213710200.830.540.13338.873.0250.59
HexDD256605336D1534933
Octal335451460123661552311163
Binary1101110110010111001100101001111011011011010100111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2566; }

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

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

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

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

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

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

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

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