#D493A5

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

Shades of Kobi #D493A5

Tints of Kobi #D493A5

Color information

#D493A5 (or 0xD493A5) is unknown color: approx Kobi. HEX triplet: D4, 93 and A5. RGB value is (212,147,165). Sum of RGB (Red+Green+Blue) = 212+147+165=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D493A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493A5 is #2B6C5A. Grayscale: #A8A8A8. Windows color (decimal): -2845787 or 10851284. OLE color: 10851284.

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

Color convert

RGB212147165-
CMYK00.310.220.17
HSL343.38º43.05%70.39%-
HSV(B)343.38º30.66%83.14%-
XYZ44.3837.5840.51-
YUV168.49126.03159.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 165 (64.84% from 255) = 31.49%
R=40.46%
G=28.05%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214716500.310.220.17343.3843.0570.39
HexD493A501F16111572b46
Octal324223245037262152753106
Binary11010100100100111010010101111110110100011010101111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493A5; }

 p { color: rgb(212,147,165); }

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

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

 a { background-color: rgb(212,147,165); }

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

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

 span { border-color: rgb(212,147,165); }

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