#D497AD

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

Shades of Kobi #D497AD

Tints of Kobi #D497AD

Color information

#D497AD (or 0xD497AD) is unknown color: approx Kobi. HEX triplet: D4, 97 and AD. RGB value is (212,151,173). Sum of RGB (Red+Green+Blue) = 212+151+173=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D497AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D497AD is #2B6852. Grayscale: #ABABAB. Windows color (decimal): -2844755 or 11376596. OLE color: 11376596.

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

Color convert

RGB212151173-
CMYK00.290.180.17
HSL338.36º41.5%71.18%-
HSV(B)338.36º28.77%83.14%-
XYZ45.7639.1544.68-
YUV171.75128.71156.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.55%
GREEN value IS 151 (59.38% from 255) = 28.17%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=39.55%
G=28.17%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215117300.290.180.17338.3641.571.18
HexD497AD01D12111522947
Octal324227255035222152251107
Binary11010100100101111010110101110110010100011010100101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497AD; }

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

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

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

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

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

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

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

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