#D083AB

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

Shades of Kobi #D083AB

Tints of Kobi #D083AB

Color information

#D083AB (or 0xD083AB) is unknown color: approx Kobi. HEX triplet: D0, 83 and AB. RGB value is (208,131,171). Sum of RGB (Red+Green+Blue) = 208+131+171=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 171 (67.19% from 255 or 33.53% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D083AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D083AB is #2F7C54. Grayscale: #9E9E9E. Windows color (decimal): -3112021 or 11240400. OLE color: 11240400.

HSL color Cylindrical-coordinate representation of color #D083AB: hue angle of 328.83º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083AB is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208131171-
CMYK00.370.180.18
HSL328.83º45.03%66.47%-
HSV(B)328.83º37.02%81.57%-
XYZ41.4832.5842.63-
YUV158.58135.01163.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 131 (51.56% from 255) = 25.69%
BLUE value IS 171 (67.19% from 255) = 33.53%
R=40.78%
G=25.69%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813117100.370.180.18328.8345.0366.47
HexD083AB02512121492d42
Octal320203253045222251155102
Binary110100001000001110101011010010110010100101010010011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083AB; }

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

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

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

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

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

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

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

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