#DD216B

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

Shades of Cerise #DD216B

Tints of Cerise #DD216B

Color information

#DD216B (or 0xDD216B) is unknown color: approx Cerise. HEX triplet: DD, 21 and 6B. RGB value is (221,33,107). Sum of RGB (Red+Green+Blue) = 221+33+107=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD216B is #22DE94. Grayscale: #616161. Windows color (decimal): -2285205 or 7021021. OLE color: 7021021.

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

Color convert

RGB22133107-
CMYK00.850.520.13
HSL336.38º74.02%49.8%-
HSV(B)336.38º85.07%86.67%-
XYZ33.0217.5215.55-
YUV97.65133.28215.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 61.22%
GREEN value IS 33 (13.28% from 255) = 9.14%
BLUE value IS 107 (42.19% from 255) = 29.64%
R=61.22%
G=9.14%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213310700.850.520.13336.3874.0249.8
HexDD216B05534D1504a32
Octal335411530125641552011262
Binary1101110110000111010110101010111010011011010100001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD216B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD216B; }

 p { color: rgb(221,33,107); }

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

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

 a { background-color: rgb(221,33,107); }

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

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

 span { border-color: rgb(221,33,107); }

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