#D397AD

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

Shades of Kobi #D397AD

Tints of Kobi #D397AD

Color information

#D397AD (or 0xD397AD) is unknown color: approx Kobi. HEX triplet: D3, 97 and AD. RGB value is (211,151,173). Sum of RGB (Red+Green+Blue) = 211+151+173=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 211 - color contains mainly: red. Hex color #D397AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D397AD is #2C6852. Grayscale: #ABABAB. Windows color (decimal): -2910291 or 11376595. OLE color: 11376595.

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

Color convert

RGB211151173-
CMYK00.280.180.17
HSL338º40.54%70.98%-
HSV(B)338º28.44%82.75%-
XYZ45.473944.67-
YUV171.45128.88156.21-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.44%
GREEN value IS 151 (59.38% from 255) = 28.22%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=39.44%
G=28.22%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21115117300.280.180.1733840.5470.98
HexD397AD01C12111522947
Octal323227255034222152251107
Binary11010011100101111010110101110010010100011010100101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D397AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D397AD; }

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

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

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

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

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

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

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

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