#DD3F65

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

Shades of Cerise #DD3F65

Tints of Cerise #DD3F65

Color information

#DD3F65 (or 0xDD3F65) is unknown color: approx Cerise. HEX triplet: DD, 3F and 65. RGB value is (221,63,101). Sum of RGB (Red+Green+Blue) = 221+63+101=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F65 is #22C09A. Grayscale: #727272. Windows color (decimal): -2277531 or 6635485. OLE color: 6635485.

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

Color convert

RGB22163101-
CMYK00.710.540.13
HSL345.57º69.91%55.69%-
HSV(B)345.57º71.49%86.67%-
XYZ33.9519.8714.36-
YUV114.57120.35203.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 63 (25% from 255) = 16.36%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=57.40%
G=16.36%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216310100.710.540.13345.5769.9155.69
HexDD3F6504736D15a4638
Octal335771450107661553210670
Binary1101110111111111001010100011111011011011010110101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3F65; }

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

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

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

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

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

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

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

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