#d68ebe

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

Shades of Shocking #D68EBE

Tints of Shocking #D68EBE

Color information

#D68EBE (or 0xD68EBE) is unknown color: approx Shocking. HEX triplet: D6, 8E and BE. RGB value is (214,142,190). Sum of RGB (Red+Green+Blue) = 214+142+190=546 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.19% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EBE is #297141. Grayscale: #A8A8A8. Windows color (decimal): -2715970 or 12488406. OLE color: 12488406.

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

Color convert

RGB214142190-
CMYK00.340.110.16
HSL320º46.75%69.8%-
HSV(B)320º33.64%83.92%-
XYZ46.737.3653.47-
YUV169139.85160.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.19%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=39.19%
G=26.01%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414219000.340.110.1632046.7569.8
HexD68EBE022B101402f46
Octal326216276042132050057106
Binary11010110100011101011111001000101011100001010000001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d68ebe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d68ebe; }

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

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

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

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

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

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

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

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