#D682BC

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

Shades of Shocking #D682BC

Tints of Shocking #D682BC

Color information

#D682BC (or 0xD682BC) is unknown color: approx Shocking. HEX triplet: D6, 82 and BC. RGB value is (214,130,188). Sum of RGB (Red+Green+Blue) = 214+130+188=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D682BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682BC is #297D43. Grayscale: #A1A1A1. Windows color (decimal): -2719044 or 12354262. OLE color: 12354262.

HSL color Cylindrical-coordinate representation of color #D682BC: hue angle of 318.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682BC is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214130188-
CMYK00.390.120.16
HSL318.57º50.6%67.45%-
HSV(B)318.57º39.25%83.92%-
XYZ44.7933.8951.76-
YUV161.73142.83165.28-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 130 (51.17% from 255) = 24.44%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=40.23%
G=24.44%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413018800.390.120.16318.5750.667.45
HexD682BC027C1013f3343
Octal326202274047142047763103
Binary11010110100000101011110001001111100100001001111111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682BC; }

 p { color: rgb(214,130,188); }

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

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

 a { background-color: rgb(214,130,188); }

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

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

 span { border-color: rgb(214,130,188); }

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