#D68ABF

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

Shades of Shocking #D68ABF

Tints of Shocking #D68ABF

Color information

#D68ABF (or 0xD68ABF) is unknown color: approx Shocking. HEX triplet: D6, 8A and BF. RGB value is (214,138,191). Sum of RGB (Red+Green+Blue) = 214+138+191=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D68ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D68ABF is #297540. Grayscale: #A6A6A6. Windows color (decimal): -2716993 or 12552918. OLE color: 12552918.

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

Color convert

RGB214138191-
CMYK00.360.110.16
HSL318.16º48.1%69.02%-
HSV(B)318.16º35.51%83.92%-
XYZ46.2236.2353.85-
YUV166.77141.68161.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 191 (75% from 255) = 35.17%
R=39.41%
G=25.41%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413819100.360.110.16318.1648.169.02
HexD68ABF024B1013e3045
Octal326212277044132047660105
Binary11010110100010101011111101001001011100001001111101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68ABF; }

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

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

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

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

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

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

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

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