#D184AD

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

Shades of Kobi #D184AD

Tints of Kobi #D184AD

Color information

#D184AD (or 0xD184AD) is unknown color: approx Kobi. HEX triplet: D1, 84 and AD. RGB value is (209,132,173). Sum of RGB (Red+Green+Blue) = 209+132+173=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 209 - color contains mainly: red. Hex color #D184AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D184AD is #2E7B52. Grayscale: #9F9F9F. Windows color (decimal): -3046227 or 11371729. OLE color: 11371729.

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

Color convert

RGB209132173-
CMYK00.370.170.18
HSL328.05º45.56%66.86%-
HSV(B)328.05º36.84%81.96%-
XYZ42.0933.0743.7-
YUV159.7135.51163.17-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.66%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 173 (67.97% from 255) = 33.66%
R=40.66%
G=25.68%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913217300.370.170.18328.0545.5666.86
HexD184AD02511121482e43
Octal321204255045212251056103
Binary110100011000010010101101010010110001100101010010001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184AD; }

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

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

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

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

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

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

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

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