#D983AD

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

Shades of Kobi #D983AD

Tints of Kobi #D983AD

Color information

#D983AD (or 0xD983AD) is unknown color: approx Kobi. HEX triplet: D9, 83 and AD. RGB value is (217,131,173). Sum of RGB (Red+Green+Blue) = 217+131+173=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D983AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D983AD is #267C52. Grayscale: #A1A1A1. Windows color (decimal): -2522195 or 11371481. OLE color: 11371481.

HSL color Cylindrical-coordinate representation of color #D983AD: hue angle of 330.7º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D983AD is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217131173-
CMYK00.400.200.15
HSL330.7º53.09%68.24%-
HSV(B)330.7º39.63%85.1%-
XYZ44.273443.76-
YUV161.5134.49167.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 131 (51.56% from 255) = 25.14%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=41.65%
G=25.14%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713117300.400.200.15330.753.0968.24
HexD983AD02814F14b3544
Octal331203255050241751365104
Binary11011001100000111010110101010001010011111010010111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D983AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D983AD; }

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

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

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

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

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

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

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

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