#D69AB6

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

Shades of Shocking #D69AB6

Tints of Shocking #D69AB6

Color information

#D69AB6 (or 0xD69AB6) is unknown color: approx Shocking. HEX triplet: D6, 9A and B6. RGB value is (214,154,182). Sum of RGB (Red+Green+Blue) = 214+154+182=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 154 (60.55% from 255 or 28% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D69AB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69AB6 is #296549. Grayscale: #AFAFAF. Windows color (decimal): -2712906 or 11967190. OLE color: 11967190.

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

Color convert

RGB214154182-
CMYK00.280.150.16
HSL332º42.25%72.16%-
HSV(B)332º28.04%83.92%-
XYZ47.7340.7849.61-
YUV175.13131.88155.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 154 (60.55% from 255) = 28%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=38.91%
G=28%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415418200.280.150.1633242.2572.16
HexD69AB601CF1014c2a48
Octal326232266034172051452110
Binary1101011010011010101101100111001111100001010011001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69AB6; }

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

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

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

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

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

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

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

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