#D685B9

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

Shades of Shocking #D685B9

Tints of Shocking #D685B9

Color information

#D685B9 (or 0xD685B9) is unknown color: approx Shocking. HEX triplet: D6, 85 and B9. RGB value is (214,133,185). Sum of RGB (Red+Green+Blue) = 214+133+185=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D685B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685B9 is #297A46. Grayscale: #A3A3A3. Windows color (decimal): -2718279 or 12158422. OLE color: 12158422.

HSL color Cylindrical-coordinate representation of color #D685B9: hue angle of 321.48º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D685B9 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214133185-
CMYK00.380.140.16
HSL321.48º49.69%68.04%-
HSV(B)321.48º37.85%83.92%-
XYZ44.8834.5750.21-
YUV163.15140.34164.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 185 (72.66% from 255) = 34.77%
R=40.23%
G=25%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413318500.380.140.16321.4849.6968.04
HexD685B9026E101413244
Octal326205271046162050162104
Binary11010110100001011011100101001101110100001010000011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685B9; }

 p { color: rgb(214,133,185); }

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

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

 a { background-color: rgb(214,133,185); }

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

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

 span { border-color: rgb(214,133,185); }

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