#D194AD

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

Shades of Kobi #D194AD

Tints of Kobi #D194AD

Color information

#D194AD (or 0xD194AD) is unknown color: approx Kobi. HEX triplet: D1, 94 and AD. RGB value is (209,148,173). Sum of RGB (Red+Green+Blue) = 209+148+173=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 148 (58.20% from 255 or 27.92% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D194AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D194AD is #2E6B52. Grayscale: #A9A9A9. Windows color (decimal): -3042131 or 11375825. OLE color: 11375825.

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

Color convert

RGB209148173-
CMYK00.290.170.18
HSL335.41º39.87%70%-
HSV(B)335.41º29.19%81.96%-
XYZ44.4337.7544.48-
YUV169.09130.21156.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 148 (58.20% from 255) = 27.92%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=39.43%
G=27.92%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914817300.290.170.18335.4139.8770
HexD194AD01D111214f2846
Octal321224255035212251750106
Binary11010001100101001010110101110110001100101010011111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194AD; }

 p { color: rgb(209,148,173); }

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

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

 a { background-color: rgb(209,148,173); }

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

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

 span { border-color: rgb(209,148,173); }

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