#DD2174

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

Shades of Deep Cerise #DD2174

Tints of Deep Cerise #DD2174

Color information

#DD2174 (or 0xDD2174) is unknown color: approx Deep Cerise. HEX triplet: DD, 21 and 74. RGB value is (221,33,116). Sum of RGB (Red+Green+Blue) = 221+33+116=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2174 is #22DE8B. Grayscale: #626262. Windows color (decimal): -2285196 or 7610845. OLE color: 7610845.

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

Color convert

RGB22133116-
CMYK00.850.480.13
HSL333.51º74.02%49.8%-
HSV(B)333.51º85.07%86.67%-
XYZ33.5217.7218.18-
YUV98.67137.78215.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.73%
GREEN value IS 33 (13.28% from 255) = 8.92%
BLUE value IS 116 (45.70% from 255) = 31.35%
R=59.73%
G=8.92%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2213311600.850.480.13333.5174.0249.8
HexDD217405530D14e4a32
Octal335411640125601551611262
Binary1101110110000111101000101010111000011011010011101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2174; }

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

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

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

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

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

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

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

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