#D391AE

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

Shades of Kobi #D391AE

Tints of Kobi #D391AE

Color information

#D391AE (or 0xD391AE) is unknown color: approx Kobi. HEX triplet: D3, 91 and AE. RGB value is (211,145,174). Sum of RGB (Red+Green+Blue) = 211+145+174=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D391AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D391AE is #2C6E51. Grayscale: #A7A7A7. Windows color (decimal): -2911826 or 11440595. OLE color: 11440595.

HSL color Cylindrical-coordinate representation of color #D391AE: hue angle of 333.64º 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 #D391AE is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB211145174-
CMYK00.310.180.17
HSL333.64º42.86%69.8%-
HSV(B)333.64º31.28%82.75%-
XYZ44.6337.1644.86-
YUV168.04131.37158.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.81%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=39.81%
G=27.36%
B=32.83%

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
Decimal21114517400.310.180.17333.6442.8669.8
HexD391AE01F121114e2b46
Octal323221256037222151653106
Binary11010011100100011010111001111110010100011010011101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D391AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D391AE; }

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

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

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

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

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

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

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

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