#D394AD

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

Shades of Kobi #D394AD

Tints of Kobi #D394AD

Color information

#D394AD (or 0xD394AD) is unknown color: approx Kobi. HEX triplet: D3, 94 and AD. RGB value is (211,148,173). Sum of RGB (Red+Green+Blue) = 211+148+173=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 211 - color contains mainly: red. Hex color #D394AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D394AD is #2C6B52. Grayscale: #A9A9A9. Windows color (decimal): -2911059 or 11375827. OLE color: 11375827.

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

Color convert

RGB211148173-
CMYK00.300.180.17
HSL336.19º41.72%70.39%-
HSV(B)336.19º29.86%82.75%-
XYZ4538.0544.51-
YUV169.69129.87157.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.66%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=39.66%
G=27.82%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21114817300.300.180.17336.1941.7270.39
HexD394AD01E12111502a46
Octal323224255036222152052106
Binary11010011100101001010110101111010010100011010100001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D394AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D394AD; }

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

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

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

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

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

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

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

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