#D183AD

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

Shades of Kobi #D183AD

Tints of Kobi #D183AD

Color information

#D183AD (or 0xD183AD) is unknown color: approx Kobi. HEX triplet: D1, 83 and AD. RGB value is (209,131,173). Sum of RGB (Red+Green+Blue) = 209+131+173=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D183AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D183AD is #2E7C52. Grayscale: #9F9F9F. Windows color (decimal): -3046483 or 11371473. OLE color: 11371473.

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

Color convert

RGB209131173-
CMYK00.370.170.18
HSL327.69º45.88%66.67%-
HSV(B)327.69º37.32%81.96%-
XYZ41.9532.8143.66-
YUV159.11135.84163.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.74%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 173 (67.97% from 255) = 33.72%
R=40.74%
G=25.54%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913117300.370.170.18327.6945.8866.67
HexD183AD02511121482e43
Octal321203255045212251056103
Binary110100011000001110101101010010110001100101010010001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D183AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D183AD; }

 p { color: rgb(209,131,173); }

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

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

 a { background-color: rgb(209,131,173); }

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

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

 span { border-color: rgb(209,131,173); }

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