#D190AE

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

Shades of Kobi #D190AE

Tints of Kobi #D190AE

Color information

#D190AE (or 0xD190AE) is unknown color: approx Kobi. HEX triplet: D1, 90 and AE. RGB value is (209,144,174). Sum of RGB (Red+Green+Blue) = 209+144+174=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 174 (68.36% from 255 or 33.02% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D190AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D190AE is #2E6F51. Grayscale: #A6A6A6. Windows color (decimal): -3043154 or 11440337. OLE color: 11440337.

HSL color Cylindrical-coordinate representation of color #D190AE: hue angle of 332.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D190AE is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB209144174-
CMYK00.310.170.18
HSL332.31º41.4%69.22%-
HSV(B)332.31º31.1%81.96%-
XYZ43.9136.5644.79-
YUV166.86132.03158.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 174 (68.36% from 255) = 33.02%
R=39.66%
G=27.32%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914417400.310.170.18332.3141.469.22
HexD190AE01F111214c2945
Octal321220256037212251451105
Binary11010001100100001010111001111110001100101010011001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D190AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D190AE; }

 p { color: rgb(209,144,174); }

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

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

 a { background-color: rgb(209,144,174); }

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

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

 span { border-color: rgb(209,144,174); }

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