#D391AD

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

Shades of Kobi #D391AD

Tints of Kobi #D391AD

Color information

#D391AD (or 0xD391AD) is unknown color: approx Kobi. HEX triplet: D3, 91 and AD. RGB value is (211,145,173). Sum of RGB (Red+Green+Blue) = 211+145+173=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 145 (57.03% from 255 or 27.41% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D391AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D391AD is #2C6E52. Grayscale: #A7A7A7. Windows color (decimal): -2911827 or 11375059. OLE color: 11375059.

HSL color Cylindrical-coordinate representation of color #D391AD: hue angle of 334.55º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D391AD is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211145173-
CMYK00.310.180.17
HSL334.55º42.86%69.8%-
HSV(B)334.55º31.28%82.75%-
XYZ44.5337.1244.35-
YUV167.93130.87158.72-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.89%
GREEN value IS 145 (57.03% from 255) = 27.41%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=39.89%
G=27.41%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114517300.310.180.17334.5542.8669.8
HexD391AD01F121114f2b46
Octal323221255037222151753106
Binary11010011100100011010110101111110010100011010011111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D391AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D391AD; }

 p { color: rgb(211,145,173); }

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

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

 a { background-color: rgb(211,145,173); }

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

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

 span { border-color: rgb(211,145,173); }

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