#D99FAA

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

Shades of Kobi #D99FAA

Tints of Kobi #D99FAA

Color information

#D99FAA (or 0xD99FAA) is unknown color: approx Kobi. HEX triplet: D9, 9F and AA. RGB value is (217,159,170). Sum of RGB (Red+Green+Blue) = 217+159+170=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 159 (62.5% from 255 or 29.12% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D99FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99FAA is #266055. Grayscale: #B1B1B1. Windows color (decimal): -2515030 or 11182041. OLE color: 11182041.

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

Color convert

RGB217159170-
CMYK00.270.220.15
HSL348.62º43.28%73.73%-
HSV(B)348.62º26.73%85.1%-
XYZ48.2742.4543.68-
YUV177.6123.72156.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 159 (62.5% from 255) = 29.12%
BLUE value IS 170 (66.80% from 255) = 31.14%
R=39.74%
G=29.12%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715917000.270.220.15348.6243.2873.73
HexD99FAA01B16F15d2b4a
Octal331237252033261753553112
Binary1101100110011111101010100110111011011111010111011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99FAA; }

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

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

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

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

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

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

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

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