#DD15B1

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

Shades of Shocking Pink #DD15B1

Tints of Shocking Pink #DD15B1

Color information

#DD15B1 (or 0xDD15B1) is unknown color: approx Shocking Pink. HEX triplet: DD, 15 and B1. RGB value is (221,21,177). Sum of RGB (Red+Green+Blue) = 221+21+177=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD15B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD15B1 is #22EA4E. Grayscale: #626262. Windows color (decimal): -2288207 or 11605469. OLE color: 11605469.

HSL color Cylindrical-coordinate representation of color #DD15B1: hue angle of 313.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD15B1 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB22121177-
CMYK00.900.200.13
HSL313.2º82.64%47.45%-
HSV(B)313.2º90.5%86.67%-
XYZ38.0219.0843.27-
YUV98.58172.26215.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 21 (8.59% from 255) = 5.01%
BLUE value IS 177 (69.53% from 255) = 42.24%
R=52.74%
G=5.01%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212117700.900.200.13313.282.6447.45
HexDD15B105A14D139532f
Octal335252610132241547112357
Binary110111011010110110001010110101010011011001110011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD15B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD15B1; }

 p { color: rgb(221,21,177); }

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

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

 a { background-color: rgb(221,21,177); }

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

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

 span { border-color: rgb(221,21,177); }

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