#D883BD

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

Shades of Shocking #D883BD

Tints of Shocking #D883BD

Color information

#D883BD (or 0xD883BD) is unknown color: approx Shocking. HEX triplet: D8, 83 and BD. RGB value is (216,131,189). Sum of RGB (Red+Green+Blue) = 216+131+189=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D883BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D883BD is #277C42. Grayscale: #A2A2A2. Windows color (decimal): -2587715 or 12420056. OLE color: 12420056.

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

Color convert

RGB216131189-
CMYK00.390.120.15
HSL319.06º52.15%68.04%-
HSV(B)319.06º39.35%84.71%-
XYZ45.6234.5152.4-
YUV163.03142.66165.78-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=40.30%
G=24.44%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613118900.390.120.15319.0652.1568.04
HexD883BD027CF13f3444
Octal330203275047141747764104
Binary1101100010000011101111010100111110011111001111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883BD; }

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

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

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

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

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

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

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

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