#D88FAA

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

Shades of Kobi #D88FAA

Tints of Kobi #D88FAA

Color information

#D88FAA (or 0xD88FAA) is unknown color: approx Kobi. HEX triplet: D8, 8F and AA. RGB value is (216,143,170). Sum of RGB (Red+Green+Blue) = 216+143+170=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88FAA is #277055. Grayscale: #A7A7A7. Windows color (decimal): -2584662 or 11177944. OLE color: 11177944.

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

Color convert

RGB216143170-
CMYK00.340.210.15
HSL337.81º48.34%70.39%-
HSV(B)337.81º33.8%84.71%-
XYZ45.437.1542.81-
YUV167.9129.18162.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.83%
GREEN value IS 143 (56.25% from 255) = 27.03%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=40.83%
G=27.03%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614317000.340.210.15337.8148.3470.39
HexD88FAA02215F1523046
Octal330217252042251752260106
Binary11011000100011111010101001000101010111111010100101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FAA; }

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

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

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

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

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

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

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

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