#D98FA3

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

Shades of Kobi #D98FA3

Tints of Kobi #D98FA3

Color information

#D98FA3 (or 0xD98FA3) is unknown color: approx Kobi. HEX triplet: D9, 8F and A3. RGB value is (217,143,163). Sum of RGB (Red+Green+Blue) = 217+143+163=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98FA3 is #26705C. Grayscale: #A7A7A7. Windows color (decimal): -2519133 or 10719193. OLE color: 10719193.

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

Color convert

RGB217143163-
CMYK00.340.250.15
HSL343.78º49.33%70.59%-
HSV(B)343.78º34.1%85.1%-
XYZ45.0537.0439.43-
YUV167.41125.52163.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 163 (64.06% from 255) = 31.17%
R=41.49%
G=27.34%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714316300.340.250.15343.7849.3370.59
HexD98FA302219F1583147
Octal331217243042311753061107
Binary11011001100011111010001101000101100111111010110001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FA3; }

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

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

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

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

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

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

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

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