#D920B5

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

Shades of Shocking Pink #D920B5

Tints of Shocking Pink #D920B5

Color information

#D920B5 (or 0xD920B5) is unknown color: approx Shocking Pink. HEX triplet: D9, 20 and B5. RGB value is (217,32,181). Sum of RGB (Red+Green+Blue) = 217+32+181=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 181 (71.09% from 255 or 42.09% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D920B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D920B5 is #26DF4A. Grayscale: #676767. Windows color (decimal): -2547531 or 11870425. OLE color: 11870425.

HSL color Cylindrical-coordinate representation of color #D920B5: hue angle of 311.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D920B5 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB21732181-
CMYK00.850.170.15
HSL311.68º74.3%48.82%-
HSV(B)311.68º85.25%85.1%-
XYZ37.4719.1245.43-
YUV104.3171.29208.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 32 (12.89% from 255) = 7.44%
BLUE value IS 181 (71.09% from 255) = 42.09%
R=50.47%
G=7.44%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173218100.850.170.15311.6874.348.82
HexD920B505511F1384a31
Octal331402650125211747011261
Binary1101100110000010110101010101011000111111001110001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D920B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D920B5; }

 p { color: rgb(217,32,181); }

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

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

 a { background-color: rgb(217,32,181); }

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

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

 span { border-color: rgb(217,32,181); }

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