#dd2b65

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

Shades of Cerise #DD2B65

Tints of Cerise #DD2B65

Color information

#DD2B65 (or 0xDD2B65) is unknown color: approx Cerise. HEX triplet: DD, 2B and 65. RGB value is (221,43,101). Sum of RGB (Red+Green+Blue) = 221+43+101=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2B65 is #22D49A. Grayscale: #666666. Windows color (decimal): -2282651 or 6630365. OLE color: 6630365.

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

Color convert

RGB22143101-
CMYK00.810.540.13
HSL340.45º72.36%51.76%-
HSV(B)340.45º80.54%86.67%-
XYZ33.0318.0414.05-
YUV102.83126.97212.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.55%
GREEN value IS 43 (17.19% from 255) = 11.78%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=60.55%
G=11.78%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2214310100.810.540.13340.4572.3651.76
HexDD2B6505136D1544834
Octal335531450121661552411064
Binary1101110110101111001010101000111011011011010101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd2b65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd2b65; }

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

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

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

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

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

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

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

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