#D685BB

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

Shades of Shocking #D685BB

Tints of Shocking #D685BB

Color information

#D685BB (or 0xD685BB) is unknown color: approx Shocking. HEX triplet: D6, 85 and BB. RGB value is (214,133,187). Sum of RGB (Red+Green+Blue) = 214+133+187=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 187 (73.44% from 255 or 35.02% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D685BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685BB is #297A44. Grayscale: #A3A3A3. Windows color (decimal): -2718277 or 12289494. OLE color: 12289494.

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

Color convert

RGB214133187-
CMYK00.380.130.16
HSL320º49.69%68.04%-
HSV(B)320º37.85%83.92%-
XYZ45.0934.6651.33-
YUV163.38141.34164.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.07%
GREEN value IS 133 (52.34% from 255) = 24.91%
BLUE value IS 187 (73.44% from 255) = 35.02%
R=40.07%
G=24.91%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413318700.380.130.1632049.6968.04
HexD685BB026D101403244
Octal326205273046152050062104
Binary11010110100001011011101101001101101100001010000001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685BB; }

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

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

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

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

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

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

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

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