#D493AB

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

Shades of Kobi #D493AB

Tints of Kobi #D493AB

Color information

#D493AB (or 0xD493AB) is unknown color: approx Kobi. HEX triplet: D4, 93 and AB. RGB value is (212,147,171). Sum of RGB (Red+Green+Blue) = 212+147+171=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D493AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493AB is #2B6C54. Grayscale: #A9A9A9. Windows color (decimal): -2845781 or 11244500. OLE color: 11244500.

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

Color convert

RGB212147171-
CMYK00.310.190.17
HSL337.85º43.05%70.39%-
HSV(B)337.85º30.66%83.14%-
XYZ44.9437.843.46-
YUV169.17129.03158.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=40%
G=27.74%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214717100.310.190.17337.8543.0570.39
HexD493AB01F13111522b46
Octal324223253037232152253106
Binary11010100100100111010101101111110011100011010100101010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D493AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D493AB; }

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

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

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

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

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

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

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

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