#D69ABE

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

Shades of Shocking #D69ABE

Tints of Shocking #D69ABE

Color information

#D69ABE (or 0xD69ABE) is unknown color: approx Shocking. HEX triplet: D6, 9A and BE. RGB value is (214,154,190). Sum of RGB (Red+Green+Blue) = 214+154+190=558 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.35% from 558); Green value is 154 (60.55% from 255 or 27.60% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 214 - color contains mainly: red. Hex color #D69ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69ABE is #296541. Grayscale: #AFAFAF. Windows color (decimal): -2712898 or 12491478. OLE color: 12491478.

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

Color convert

RGB214154190-
CMYK00.280.110.16
HSL324º42.25%72.16%-
HSV(B)324º28.04%83.92%-
XYZ48.5841.1354.09-
YUV176.04135.88155.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.35%
GREEN value IS 154 (60.55% from 255) = 27.60%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=38.35%
G=27.60%
B=34.05%

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
Decimal21415419000.280.110.1632442.2572.16
HexD69ABE01CB101442a48
Octal326232276034132050452110
Binary1101011010011010101111100111001011100001010001001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69ABE; }

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

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

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

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

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

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

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

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