#D881AD

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

Shades of Kobi #D881AD

Tints of Kobi #D881AD

Color information

#D881AD (or 0xD881AD) is unknown color: approx Kobi. HEX triplet: D8, 81 and AD. RGB value is (216,129,173). Sum of RGB (Red+Green+Blue) = 216+129+173=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D881AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D881AD is #277E52. Grayscale: #9F9F9F. Windows color (decimal): -2588243 or 11370968. OLE color: 11370968.

HSL color Cylindrical-coordinate representation of color #D881AD: hue angle of 329.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881AD is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB216129173-
CMYK00.400.200.15
HSL329.66º52.73%67.65%-
HSV(B)329.66º40.28%84.71%-
XYZ43.7133.3243.66-
YUV160.03135.32167.92-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=41.70%
G=24.90%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612917300.400.200.15329.6652.7367.65
HexD881AD02814F14a3544
Octal330201255050241751265104
Binary11011000100000011010110101010001010011111010010101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881AD; }

 p { color: rgb(216,129,173); }

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

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

 a { background-color: rgb(216,129,173); }

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

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

 span { border-color: rgb(216,129,173); }

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