#D682BA

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

Shades of Shocking #D682BA

Tints of Shocking #D682BA

Color information

#D682BA (or 0xD682BA) is unknown color: approx Shocking. HEX triplet: D6, 82 and BA. RGB value is (214,130,186). Sum of RGB (Red+Green+Blue) = 214+130+186=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D682BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682BA is #297D45. Grayscale: #A1A1A1. Windows color (decimal): -2719046 or 12223190. OLE color: 12223190.

HSL color Cylindrical-coordinate representation of color #D682BA: hue angle of 320º 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 #D682BA is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214130186-
CMYK00.390.130.16
HSL320º50.6%67.45%-
HSV(B)320º39.25%83.92%-
XYZ44.5833.8150.63-
YUV161.5141.83165.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 130 (51.17% from 255) = 24.53%
BLUE value IS 186 (73.05% from 255) = 35.09%
R=40.38%
G=24.53%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413018600.390.130.1632050.667.45
HexD682BA027D101403343
Octal326202272047152050063103
Binary11010110100000101011101001001111101100001010000001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682BA; }

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

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

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

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

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

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

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

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