#DD3B6A

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

Shades of Cerise #DD3B6A

Tints of Cerise #DD3B6A

Color information

#DD3B6A (or 0xDD3B6A) is unknown color: approx Cerise. HEX triplet: DD, 3B and 6A. RGB value is (221,59,106). Sum of RGB (Red+Green+Blue) = 221+59+106=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3B6A is #22C495. Grayscale: #707070. Windows color (decimal): -2278550 or 6962141. OLE color: 6962141.

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

Color convert

RGB22159106-
CMYK00.730.520.13
HSL342.59º70.43%54.9%-
HSV(B)342.59º73.3%86.67%-
XYZ33.9819.5415.62-
YUV112.8124.17205.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 59 (23.44% from 255) = 15.28%
BLUE value IS 106 (41.80% from 255) = 27.46%
R=57.25%
G=15.28%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2215910600.730.520.13342.5970.4354.9
HexDD3B6A04934D1574637
Octal335731520111641552710667
Binary1101110111101111010100100100111010011011010101111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD3B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD3B6A; }

 p { color: rgb(221,59,106); }

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

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

 a { background-color: rgb(221,59,106); }

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

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

 span { border-color: rgb(221,59,106); }

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