#D98FAA

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

Shades of Kobi #D98FAA

Tints of Kobi #D98FAA

Color information

#D98FAA (or 0xD98FAA) is unknown color: approx Kobi. HEX triplet: D9, 8F and AA. RGB value is (217,143,170). Sum of RGB (Red+Green+Blue) = 217+143+170=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98FAA is #267055. Grayscale: #A8A8A8. Windows color (decimal): -2519126 or 11177945. OLE color: 11177945.

HSL color Cylindrical-coordinate representation of color #D98FAA: hue angle of 338.11º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98FAA is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB217143170-
CMYK00.340.220.15
HSL338.11º49.33%70.59%-
HSV(B)338.11º34.1%85.1%-
XYZ45.6937.342.82-
YUV168.2129.02162.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.94%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=40.94%
G=26.98%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714317000.340.220.15338.1149.3370.59
HexD98FAA02216F1523147
Octal331217252042261752261107
Binary11011001100011111010101001000101011011111010100101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FAA; }

 p { color: rgb(217,143,170); }

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

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

 a { background-color: rgb(217,143,170); }

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

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

 span { border-color: rgb(217,143,170); }

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