#D69ABF

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

Shades of Shocking #D69ABF

Tints of Shocking #D69ABF

Color information

#D69ABF (or 0xD69ABF) is unknown color: approx Shocking. HEX triplet: D6, 9A and BF. RGB value is (214,154,191). Sum of RGB (Red+Green+Blue) = 214+154+191=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ABF is #296540. Grayscale: #B0B0B0. Windows color (decimal): -2712897 or 12557014. OLE color: 12557014.

HSL color Cylindrical-coordinate representation of color #D69ABF: hue angle of 323º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69ABF is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB214154191-
CMYK00.280.110.16
HSL323º42.25%72.16%-
HSV(B)323º28.04%83.92%-
XYZ48.6941.1754.67-
YUV176.16136.38154.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.28%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 191 (75% from 255) = 34.17%
R=38.28%
G=27.55%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415419100.280.110.1632342.2572.16
HexD69ABF01CB101432a48
Octal326232277034132050352110
Binary1101011010011010101111110111001011100001010000111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ABF; }

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

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

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

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

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

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

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

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