#D684C0

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

Shades of Shocking #D684C0

Tints of Shocking #D684C0

Color information

#D684C0 (or 0xD684C0) is unknown color: approx Shocking. HEX triplet: D6, 84 and C0. RGB value is (214,132,192). Sum of RGB (Red+Green+Blue) = 214+132+192=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D684C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684C0 is #297B3F. Grayscale: #A3A3A3. Windows color (decimal): -2718528 or 12616918. OLE color: 12616918.

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

Color convert

RGB214132192-
CMYK00.380.100.16
HSL316.1º50%67.84%-
HSV(B)316.1º38.32%83.92%-
XYZ45.534.654.15-
YUV163.36144.17164.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 132 (51.95% from 255) = 24.54%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=39.78%
G=24.54%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413219200.380.100.16316.15067.84
HexD684C0026A1013c3244
Octal326204300046122047462104
Binary11010110100001001100000001001101010100001001111001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684C0; }

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

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

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

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

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

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

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

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