#D685BE

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

Shades of Shocking #D685BE

Tints of Shocking #D685BE

Color information

#D685BE (or 0xD685BE) is unknown color: approx Shocking. HEX triplet: D6, 85 and BE. RGB value is (214,133,190). Sum of RGB (Red+Green+Blue) = 214+133+190=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D685BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685BE is #297A41. Grayscale: #A3A3A3. Windows color (decimal): -2718274 or 12486102. OLE color: 12486102.

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

Color convert

RGB214133190-
CMYK00.380.110.16
HSL317.78º49.69%68.04%-
HSV(B)317.78º37.85%83.92%-
XYZ45.4134.7953.04-
YUV163.72142.84163.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=39.85%
G=24.77%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413319000.380.110.16317.7849.6968.04
HexD685BE026B1013e3244
Octal326205276046132047662104
Binary11010110100001011011111001001101011100001001111101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685BE; }

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

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

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

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

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

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

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

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