#D491AD

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

Shades of Kobi #D491AD

Tints of Kobi #D491AD

Color information

#D491AD (or 0xD491AD) is unknown color: approx Kobi. HEX triplet: D4, 91 and AD. RGB value is (212,145,173). Sum of RGB (Red+Green+Blue) = 212+145+173=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 145 (57.03% from 255 or 27.36% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D491AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D491AD is #2B6E52. Grayscale: #A8A8A8. Windows color (decimal): -2846291 or 11375060. OLE color: 11375060.

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

Color convert

RGB212145173-
CMYK00.320.180.17
HSL334.93º43.79%70%-
HSV(B)334.93º31.6%83.14%-
XYZ44.8237.2644.37-
YUV168.22130.7159.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40%
GREEN value IS 145 (57.03% from 255) = 27.36%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=40%
G=27.36%
B=32.64%

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
Decimal21214517300.320.180.17334.9343.7970
HexD491AD020121114f2c46
Octal324221255040222151754106
Binary110101001001000110101101010000010010100011010011111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D491AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D491AD; }

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

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

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

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

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

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

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

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