#D194A8

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

Shades of Kobi #D194A8

Tints of Kobi #D194A8

Color information

#D194A8 (or 0xD194A8) is unknown color: approx Kobi. HEX triplet: D1, 94 and A8. RGB value is (209,148,168). Sum of RGB (Red+Green+Blue) = 209+148+168=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 168 (66.02% from 255 or 32% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D194A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D194A8 is #2E6B57. Grayscale: #A8A8A8. Windows color (decimal): -3042136 or 11048145. OLE color: 11048145.

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

Color convert

RGB209148168-
CMYK00.290.200.18
HSL340.33º39.87%70%-
HSV(B)340.33º29.19%81.96%-
XYZ43.9537.5641.98-
YUV168.52127.71156.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 168 (66.02% from 255) = 32%
R=39.81%
G=28.19%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914816800.290.200.18340.3339.8770
HexD194A801D14121542846
Octal321224250035242252450106
Binary11010001100101001010100001110110100100101010101001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D194A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D194A8; }

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

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

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

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

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

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

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

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