#D68ABB

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

Shades of Shocking #D68ABB

Tints of Shocking #D68ABB

Color information

#D68ABB (or 0xD68ABB) is unknown color: approx Shocking. HEX triplet: D6, 8A and BB. RGB value is (214,138,187). Sum of RGB (Red+Green+Blue) = 214+138+187=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ABB is #297544. Grayscale: #A6A6A6. Windows color (decimal): -2716997 or 12290774. OLE color: 12290774.

HSL color Cylindrical-coordinate representation of color #D68ABB: hue angle of 321.32º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D68ABB is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB214138187-
CMYK00.360.130.16
HSL321.32º48.1%69.02%-
HSV(B)321.32º35.51%83.92%-
XYZ45.7936.0651.56-
YUV166.31139.68162.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.70%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 187 (73.44% from 255) = 34.69%
R=39.70%
G=25.60%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413818700.360.130.16321.3248.169.02
HexD68ABB024D101413045
Octal326212273044152050160105
Binary11010110100010101011101101001001101100001010000011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68ABB; }

 p { color: rgb(214,138,187); }

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

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

 a { background-color: rgb(214,138,187); }

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

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

 span { border-color: rgb(214,138,187); }

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