#D180AD

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

Shades of Kobi #D180AD

Tints of Kobi #D180AD

Color information

#D180AD (or 0xD180AD) is unknown color: approx Kobi. HEX triplet: D1, 80 and AD. RGB value is (209,128,173). Sum of RGB (Red+Green+Blue) = 209+128+173=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D180AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D180AD is #2E7F52. Grayscale: #9D9D9D. Windows color (decimal): -3047251 or 11370705. OLE color: 11370705.

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

Color convert

RGB209128173-
CMYK00.390.170.18
HSL326.67º46.82%66.08%-
HSV(B)326.67º38.76%81.96%-
XYZ41.5632.0143.52-
YUV157.35136.84164.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 173 (67.97% from 255) = 33.92%
R=40.98%
G=25.10%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912817300.390.170.18326.6746.8266.08
HexD180AD02711121472f42
Octal321200255047212250757102
Binary110100011000000010101101010011110001100101010001111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180AD; }

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

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

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

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

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

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

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

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