#D68EBD

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

Shades of Shocking #D68EBD

Tints of Shocking #D68EBD

Color information

#D68EBD (or 0xD68EBD) is unknown color: approx Shocking. HEX triplet: D6, 8E and BD. RGB value is (214,142,189). Sum of RGB (Red+Green+Blue) = 214+142+189=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68EBD is #297142. Grayscale: #A8A8A8. Windows color (decimal): -2715971 or 12422870. OLE color: 12422870.

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

Color convert

RGB214142189-
CMYK00.340.120.16
HSL320.83º46.75%69.8%-
HSV(B)320.83º33.64%83.92%-
XYZ46.5937.3252.89-
YUV168.89139.35160.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.27%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=39.27%
G=26.06%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414218900.340.120.16320.8346.7569.8
HexD68EBD022C101412f46
Octal326216275042142050157106
Binary11010110100011101011110101000101100100001010000011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EBD; }

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

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

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

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

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

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

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

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