#DD3F6C

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

Shades of Cerise #DD3F6C

Tints of Cerise #DD3F6C

Color information

#DD3F6C (or 0xDD3F6C) is unknown color: approx Cerise. HEX triplet: DD, 3F and 6C. RGB value is (221,63,108). Sum of RGB (Red+Green+Blue) = 221+63+108=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3F6C is #22C093. Grayscale: #737373. Windows color (decimal): -2277524 or 7094237. OLE color: 7094237.

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

Color convert

RGB22163108-
CMYK00.710.510.13
HSL342.91º69.91%55.69%-
HSV(B)342.91º71.49%86.67%-
XYZ34.320.0116.24-
YUV115.37123.85203.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.38%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=56.38%
G=16.07%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216310800.710.510.13342.9169.9155.69
HexDD3F6C04733D1574638
Octal335771540107631552710670
Binary1101110111111111011000100011111001111011010101111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3F6C; }

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

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

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

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

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

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

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

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