#D98ABB

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

Shades of Shocking #D98ABB

Tints of Shocking #D98ABB

Color information

#D98ABB (or 0xD98ABB) is unknown color: approx Shocking. HEX triplet: D9, 8A and BB. RGB value is (217,138,187). Sum of RGB (Red+Green+Blue) = 217+138+187=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ABB is #267544. Grayscale: #A7A7A7. Windows color (decimal): -2520389 or 12290777. OLE color: 12290777.

HSL color Cylindrical-coordinate representation of color #D98ABB: hue angle of 322.78º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98ABB is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217138187-
CMYK00.360.140.15
HSL322.78º50.97%69.61%-
HSV(B)322.78º36.41%85.1%-
XYZ46.6736.5251.6-
YUV167.21139.17163.52-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 138 (54.30% from 255) = 25.46%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=40.04%
G=25.46%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713818700.360.140.15322.7850.9769.61
HexD98ABB024EF1433346
Octal331212273044161750363106
Binary1101100110001010101110110100100111011111010000111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98ABB; }

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

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

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

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

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

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

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

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