#D685BA

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

Shades of Shocking #D685BA

Tints of Shocking #D685BA

Color information

#D685BA (or 0xD685BA) is unknown color: approx Shocking. HEX triplet: D6, 85 and BA. RGB value is (214,133,186). Sum of RGB (Red+Green+Blue) = 214+133+186=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D685BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D685BA is #297A45. Grayscale: #A3A3A3. Windows color (decimal): -2718278 or 12223958. OLE color: 12223958.

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

Color convert

RGB214133186-
CMYK00.380.130.16
HSL320.74º49.69%68.04%-
HSV(B)320.74º37.85%83.92%-
XYZ44.9834.6250.77-
YUV163.26140.84164.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 186 (73.05% from 255) = 34.90%
R=40.15%
G=24.95%
B=34.90%

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
Decimal21413318600.380.130.16320.7449.6968.04
HexD685BA026D101413244
Octal326205272046152050162104
Binary11010110100001011011101001001101101100001010000011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D685BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D685BA; }

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

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

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

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

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

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

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

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