#D684BD

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

Shades of Shocking #D684BD

Tints of Shocking #D684BD

Color information

#D684BD (or 0xD684BD) is unknown color: approx Shocking. HEX triplet: D6, 84 and BD. RGB value is (214,132,189). Sum of RGB (Red+Green+Blue) = 214+132+189=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D684BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684BD is #297B42. Grayscale: #A2A2A2. Windows color (decimal): -2718531 or 12420310. OLE color: 12420310.

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

Color convert

RGB214132189-
CMYK00.380.120.16
HSL318.29º50%67.84%-
HSV(B)318.29º38.32%83.92%-
XYZ45.1734.4752.42-
YUV163.02142.67164.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 132 (51.95% from 255) = 24.67%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=40%
G=24.67%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413218900.380.120.16318.295067.84
HexD684BD026C1013e3244
Octal326204275046142047662104
Binary11010110100001001011110101001101100100001001111101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684BD; }

 p { color: rgb(214,132,189); }

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

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

 a { background-color: rgb(214,132,189); }

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

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

 span { border-color: rgb(214,132,189); }

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