#D88AAA

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

Shades of Kobi #D88AAA

Tints of Kobi #D88AAA

Color information

#D88AAA (or 0xD88AAA) is unknown color: approx Kobi. HEX triplet: D8, 8A and AA. RGB value is (216,138,170). Sum of RGB (Red+Green+Blue) = 216+138+170=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88AAA is #277555. Grayscale: #A4A4A4. Windows color (decimal): -2585942 or 11176664. OLE color: 11176664.

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

Color convert

RGB216138170-
CMYK00.360.210.15
HSL335.38º50%69.41%-
HSV(B)335.38º36.11%84.71%-
XYZ44.6635.6842.56-
YUV164.97130.84164.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=41.22%
G=26.34%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613817000.360.210.15335.385069.41
HexD88AAA02415F14f3245
Octal330212252044251751762105
Binary11011000100010101010101001001001010111111010011111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AAA; }

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

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

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

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

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

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

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

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