#D68EB9

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

Shades of Shocking #D68EB9

Tints of Shocking #D68EB9

Color information

#D68EB9 (or 0xD68EB9) is unknown color: approx Shocking. HEX triplet: D6, 8E and B9. RGB value is (214,142,185). Sum of RGB (Red+Green+Blue) = 214+142+185=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 185 (72.66% from 255 or 34.20% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EB9 is #297146. Grayscale: #A8A8A8. Windows color (decimal): -2715975 or 12160726. OLE color: 12160726.

HSL color Cylindrical-coordinate representation of color #D68EB9: hue angle of 324.17º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68EB9 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB214142185-
CMYK00.340.140.16
HSL324.17º46.75%69.8%-
HSV(B)324.17º33.64%83.92%-
XYZ46.1637.1450.64-
YUV168.43137.35160.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 142 (55.86% from 255) = 26.25%
BLUE value IS 185 (72.66% from 255) = 34.20%
R=39.56%
G=26.25%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414218500.340.140.16324.1746.7569.8
HexD68EB9022E101442f46
Octal326216271042162050457106
Binary11010110100011101011100101000101110100001010001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EB9; }

 p { color: rgb(214,142,185); }

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

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

 a { background-color: rgb(214,142,185); }

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

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

 span { border-color: rgb(214,142,185); }

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