#DD217F

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

Shades of Deep Cerise #DD217F

Tints of Deep Cerise #DD217F

Color information

#DD217F (or 0xDD217F) is unknown color: approx Deep Cerise. HEX triplet: DD, 21 and 7F. RGB value is (221,33,127). Sum of RGB (Red+Green+Blue) = 221+33+127=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD217F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD217F is #22DE80. Grayscale: #636363. Windows color (decimal): -2285185 or 8331741. OLE color: 8331741.

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

Color convert

RGB22133127-
CMYK00.850.430.13
HSL330º74.02%49.8%-
HSV(B)330º85.07%86.67%-
XYZ34.1917.9921.75-
YUV99.93143.28214.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.01%
GREEN value IS 33 (13.28% from 255) = 8.66%
BLUE value IS 127 (50% from 255) = 33.33%
R=58.01%
G=8.66%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213312700.850.430.1333074.0249.8
HexDD217F0552BD14a4a32
Octal335411770125531551211262
Binary1101110110000111111110101010110101111011010010101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD217F; }

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

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

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

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

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

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

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

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