#DD2465

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

Shades of Cerise #DD2465

Tints of Cerise #DD2465

Color information

#DD2465 (or 0xDD2465) is unknown color: approx Cerise. HEX triplet: DD, 24 and 65. RGB value is (221,36,101). Sum of RGB (Red+Green+Blue) = 221+36+101=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2465 is #22DB9A. Grayscale: #626262. Windows color (decimal): -2284443 or 6628573. OLE color: 6628573.

HSL color Cylindrical-coordinate representation of color #DD2465: hue angle of 338.92º 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 #DD2465 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB22136101-
CMYK00.840.540.13
HSL338.92º73.12%50.39%-
HSV(B)338.92º83.71%86.67%-
XYZ32.817.5713.98-
YUV98.72129.29215.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.73%
GREEN value IS 36 (14.45% from 255) = 10.06%
BLUE value IS 101 (39.84% from 255) = 28.21%
R=61.73%
G=10.06%
B=28.21%

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
Decimal2213610100.840.540.13338.9273.1250.39
HexDD246505436D1534932
Octal335441450124661552311162
Binary1101110110010011001010101010011011011011010100111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2465; }

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

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

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

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

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

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

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

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