#D881AE

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

Shades of Kobi #D881AE

Tints of Kobi #D881AE

Color information

#D881AE (or 0xD881AE) is unknown color: approx Kobi. HEX triplet: D8, 81 and AE. RGB value is (216,129,174). Sum of RGB (Red+Green+Blue) = 216+129+174=519 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.62% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 216 - color contains mainly: red. Hex color #D881AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D881AE is #277E51. Grayscale: #A0A0A0. Windows color (decimal): -2588242 or 11436504. OLE color: 11436504.

HSL color Cylindrical-coordinate representation of color #D881AE: hue angle of 328.97º 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 #D881AE is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216129174-
CMYK00.400.190.15
HSL328.97º52.73%67.65%-
HSV(B)328.97º40.28%84.71%-
XYZ43.8133.3644.17-
YUV160.14135.82167.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.62%
GREEN value IS 129 (50.78% from 255) = 24.86%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=41.62%
G=24.86%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612917400.400.190.15328.9752.7367.65
HexD881AE02813F1493544
Octal330201256050231751165104
Binary11011000100000011010111001010001001111111010010011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D881AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D881AE; }

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

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

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

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

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

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

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

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