#D68EB5

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

Shades of Shocking #D68EB5

Tints of Shocking #D68EB5

Color information

#D68EB5 (or 0xD68EB5) is unknown color: approx Shocking. HEX triplet: D6, 8E and B5. RGB value is (214,142,181). Sum of RGB (Red+Green+Blue) = 214+142+181=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 181 (71.09% from 255 or 33.71% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EB5 is #29714A. Grayscale: #A7A7A7. Windows color (decimal): -2715979 or 11898582. OLE color: 11898582.

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

Color convert

RGB214142181-
CMYK00.340.150.16
HSL327.5º46.75%69.8%-
HSV(B)327.5º33.64%83.92%-
XYZ45.7536.9848.44-
YUV167.97135.35160.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.85%
GREEN value IS 142 (55.86% from 255) = 26.44%
BLUE value IS 181 (71.09% from 255) = 33.71%
R=39.85%
G=26.44%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414218100.340.150.16327.546.7569.8
HexD68EB5022F101482f46
Octal326216265042172051057106
Binary11010110100011101011010101000101111100001010010001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EB5; }

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

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

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

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

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

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

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

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