#D88AB3

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

Shades of Kobi #D88AB3

Tints of Kobi #D88AB3

Color information

#D88AB3 (or 0xD88AB3) is unknown color: approx Kobi. HEX triplet: D8, 8A and B3. RGB value is (216,138,179). Sum of RGB (Red+Green+Blue) = 216+138+179=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 138 (54.30% from 255 or 25.89% from 533); Blue value is 179 (70.31% from 255 or 33.58% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AB3 is #27754C. Grayscale: #A5A5A5. Windows color (decimal): -2585933 or 11766488. OLE color: 11766488.

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

Color convert

RGB216138179-
CMYK00.360.170.15
HSL328.46º50%69.41%-
HSV(B)328.46º36.11%84.71%-
XYZ45.5436.0347.2-
YUV166135.34163.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 138 (54.30% from 255) = 25.89%
BLUE value IS 179 (70.31% from 255) = 33.58%
R=40.53%
G=25.89%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613817900.360.170.15328.465069.41
HexD88AB302411F1483245
Octal330212263044211751062105
Binary11011000100010101011001101001001000111111010010001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88AB3; }

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

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

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

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

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

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

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

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