#D98FA4

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

Shades of Kobi #D98FA4

Tints of Kobi #D98FA4

Color information

#D98FA4 (or 0xD98FA4) is unknown color: approx Kobi. HEX triplet: D9, 8F and A4. RGB value is (217,143,164). Sum of RGB (Red+Green+Blue) = 217+143+164=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D98FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98FA4 is #26705B. Grayscale: #A7A7A7. Windows color (decimal): -2519132 or 10784729. OLE color: 10784729.

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

Color convert

RGB217143164-
CMYK00.340.240.15
HSL342.97º49.33%70.59%-
HSV(B)342.97º34.1%85.1%-
XYZ45.1437.0839.9-
YUV167.52126.02163.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.41%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=41.41%
G=27.29%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714316400.340.240.15342.9749.3370.59
HexD98FA402218F1573147
Octal331217244042301752761107
Binary11011001100011111010010001000101100011111010101111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98FA4; }

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

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

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

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

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

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

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

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