#DD2664

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

Shades of Cerise #DD2664

Tints of Cerise #DD2664

Color information

#DD2664 (or 0xDD2664) is unknown color: approx Cerise. HEX triplet: DD, 26 and 64. RGB value is (221,38,100). Sum of RGB (Red+Green+Blue) = 221+38+100=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 38 (15.23% from 255 or 10.58% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2664 is #22D99B. Grayscale: #636363. Windows color (decimal): -2283932 or 6563549. OLE color: 6563549.

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

Color convert

RGB22138100-
CMYK00.830.550.13
HSL339.67º72.91%50.78%-
HSV(B)339.67º82.81%86.67%-
XYZ32.8117.6813.74-
YUV99.78128.13214.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.56%
GREEN value IS 38 (15.23% from 255) = 10.58%
BLUE value IS 100 (39.45% from 255) = 27.86%
R=61.56%
G=10.58%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213810000.830.550.13339.6772.9150.78
HexDD266405337D1544933
Octal335461440123671552411163
Binary1101110110011011001000101001111011111011010101001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2664; }

 p { color: rgb(221,38,100); }

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

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

 a { background-color: rgb(221,38,100); }

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

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

 span { border-color: rgb(221,38,100); }

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