#dd0cb5

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

Shades of Shocking Pink #DD0CB5

Tints of Shocking Pink #DD0CB5

Color information

#DD0CB5 (or 0xDD0CB5) is unknown color: approx Shocking Pink. HEX triplet: DD, 0C and B5. RGB value is (221,12,181). Sum of RGB (Red+Green+Blue) = 221+12+181=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 181 (71.09% from 255 or 43.72% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CB5 is #22F34A. Grayscale: #5D5D5D. Windows color (decimal): -2290507 or 11865309. OLE color: 11865309.

HSL color Cylindrical-coordinate representation of color #DD0CB5: hue angle of 311.48º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CB5 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB22112181-
CMYK00.950.180.13
HSL311.48º89.7%45.69%-
HSV(B)311.48º94.57%86.67%-
XYZ38.2918.9745.36-
YUV93.76177.24218.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.38%
GREEN value IS 12 (5.08% from 255) = 2.90%
BLUE value IS 181 (71.09% from 255) = 43.72%
R=53.38%
G=2.90%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211218100.950.180.13311.4889.745.69
HexDDCB505F12D1375a2e
Octal335142650137221546713256
Binary11011101110010110101010111111001011011001101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd0cb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd0cb5; }

 p { color: rgb(221,12,181); }

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

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

 a { background-color: rgb(221,12,181); }

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

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

 span { border-color: rgb(221,12,181); }

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