#D494AD

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

Shades of Kobi #D494AD

Tints of Kobi #D494AD

Color information

#D494AD (or 0xD494AD) is unknown color: approx Kobi. HEX triplet: D4, 94 and AD. RGB value is (212,148,173). Sum of RGB (Red+Green+Blue) = 212+148+173=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D494AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D494AD is #2B6B52. Grayscale: #A9A9A9. Windows color (decimal): -2845523 or 11375828. OLE color: 11375828.

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

Color convert

RGB212148173-
CMYK00.300.180.17
HSL336.56º42.67%70.59%-
HSV(B)336.56º30.19%83.14%-
XYZ45.2838.1944.52-
YUV169.99129.7157.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=39.77%
G=27.77%
B=32.46%

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
Decimal21214817300.300.180.17336.5642.6770.59
HexD494AD01E12111512b47
Octal324224255036222152153107
Binary11010100100101001010110101111010010100011010100011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D494AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D494AD; }

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

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

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

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

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

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

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

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