#D883AB

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

Shades of Kobi #D883AB

Tints of Kobi #D883AB

Color information

#D883AB (or 0xD883AB) is unknown color: approx Kobi. HEX triplet: D8, 83 and AB. RGB value is (216,131,171). Sum of RGB (Red+Green+Blue) = 216+131+171=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D883AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D883AB is #277C54. Grayscale: #A0A0A0. Windows color (decimal): -2587733 or 11240408. OLE color: 11240408.

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

Color convert

RGB216131171-
CMYK00.390.210.15
HSL331.76º52.15%68.04%-
HSV(B)331.76º39.35%84.71%-
XYZ43.7933.7742.74-
YUV160.98133.66167.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 131 (51.56% from 255) = 25.29%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=41.70%
G=25.29%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613117100.390.210.15331.7652.1568.04
HexD883AB02715F14c3444
Octal330203253047251751464104
Binary11011000100000111010101101001111010111111010011001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D883AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D883AB; }

 p { color: rgb(216,131,171); }

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

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

 a { background-color: rgb(216,131,171); }

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

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

 span { border-color: rgb(216,131,171); }

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