#D493AE

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

Shades of Kobi #D493AE

Tints of Kobi #D493AE

Color information

#D493AE (or 0xD493AE) is unknown color: approx Kobi. HEX triplet: D4, 93 and AE. RGB value is (212,147,174). Sum of RGB (Red+Green+Blue) = 212+147+174=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D493AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493AE is #2B6C51. Grayscale: #A9A9A9. Windows color (decimal): -2845778 or 11441108. OLE color: 11441108.

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

Color convert

RGB212147174-
CMYK00.310.180.17
HSL335.08º43.05%70.39%-
HSV(B)335.08º30.66%83.14%-
XYZ45.2337.9244.98-
YUV169.51130.53158.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 147 (57.81% from 255) = 27.58%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=39.77%
G=27.58%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214717400.310.180.17335.0843.0570.39
HexD493AE01F121114f2b46
Octal324223256037222151753106
Binary11010100100100111010111001111110010100011010011111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493AE; }

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

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

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

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

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

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

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

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