#DD3F69

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

Shades of Cerise #DD3F69

Tints of Cerise #DD3F69

Color information

#DD3F69 (or 0xDD3F69) is unknown color: approx Cerise. HEX triplet: DD, 3F and 69. RGB value is (221,63,105). Sum of RGB (Red+Green+Blue) = 221+63+105=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F69 is #22C096. Grayscale: #737373. Windows color (decimal): -2277527 or 6897629. OLE color: 6897629.

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

Color convert

RGB22163105-
CMYK00.710.520.13
HSL344.05º69.91%55.69%-
HSV(B)344.05º71.49%86.67%-
XYZ34.1519.9515.42-
YUV115.03122.35203.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.81%
GREEN value IS 63 (25% from 255) = 16.20%
BLUE value IS 105 (41.41% from 255) = 26.99%
R=56.81%
G=16.20%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216310500.710.520.13344.0569.9155.69
HexDD3F6904734D1584638
Octal335771510107641553010670
Binary1101110111111111010010100011111010011011010110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3F69; }

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

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

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

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

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

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

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

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