#D685B5

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

Shades of Shocking #D685B5

Tints of Shocking #D685B5

Color information

#D685B5 (or 0xD685B5) is unknown color: approx Shocking. HEX triplet: D6, 85 and B5. RGB value is (214,133,181). Sum of RGB (Red+Green+Blue) = 214+133+181=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D685B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685B5 is #297A4A. Grayscale: #A2A2A2. Windows color (decimal): -2718283 or 11896278. OLE color: 11896278.

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

Color convert

RGB214133181-
CMYK00.380.150.16
HSL324.44º49.69%68.04%-
HSV(B)324.44º37.85%83.92%-
XYZ44.4634.4148.01-
YUV162.69138.34164.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 133 (52.34% from 255) = 25.19%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=40.53%
G=25.19%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413318100.380.150.16324.4449.6968.04
HexD685B5026F101443244
Octal326205265046172050462104
Binary11010110100001011011010101001101111100001010001001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685B5; }

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

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

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

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

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

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

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

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