#D882BD

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

Shades of Shocking #D882BD

Tints of Shocking #D882BD

Color information

#D882BD (or 0xD882BD) is unknown color: approx Shocking. HEX triplet: D8, 82 and BD. RGB value is (216,130,189). Sum of RGB (Red+Green+Blue) = 216+130+189=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D882BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882BD is #277D42. Grayscale: #A2A2A2. Windows color (decimal): -2587971 or 12419800. OLE color: 12419800.

HSL color Cylindrical-coordinate representation of color #D882BD: hue angle of 318.84º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D882BD is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216130189-
CMYK00.400.120.15
HSL318.84º52.44%67.84%-
HSV(B)318.84º39.81%84.71%-
XYZ45.4934.2452.36-
YUV162.44142.99166.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=40.37%
G=24.30%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613018900.400.120.15318.8452.4467.84
HexD882BD028CF13f3444
Octal330202275050141747764104
Binary1101100010000010101111010101000110011111001111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D882BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D882BD; }

 p { color: rgb(216,130,189); }

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

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

 a { background-color: rgb(216,130,189); }

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

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

 span { border-color: rgb(216,130,189); }

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