#D491AE

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

Shades of Kobi #D491AE

Tints of Kobi #D491AE

Color information

#D491AE (or 0xD491AE) is unknown color: approx Kobi. HEX triplet: D4, 91 and AE. RGB value is (212,145,174). Sum of RGB (Red+Green+Blue) = 212+145+174=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D491AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D491AE is #2B6E51. Grayscale: #A8A8A8. Windows color (decimal): -2846290 or 11440596. OLE color: 11440596.

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

Color convert

RGB212145174-
CMYK00.320.180.17
HSL334.03º43.79%70%-
HSV(B)334.03º31.6%83.14%-
XYZ44.9237.344.88-
YUV168.34131.2159.14-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.92%
GREEN value IS 145 (57.03% from 255) = 27.31%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=39.92%
G=27.31%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214517400.320.180.17334.0343.7970
HexD491AE020121114e2c46
Octal324221256040222151654106
Binary110101001001000110101110010000010010100011010011101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491AE; }

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

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

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

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

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

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

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

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