#D17FAE

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

Shades of Kobi #D17FAE

Tints of Kobi #D17FAE

Color information

#D17FAE (or 0xD17FAE) is unknown color: approx Kobi. HEX triplet: D1, 7F and AE. RGB value is (209,127,174). Sum of RGB (Red+Green+Blue) = 209+127+174=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D17FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17FAE is #2E8051. Grayscale: #9C9C9C. Windows color (decimal): -3047506 or 11435985. OLE color: 11435985.

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

Color convert

RGB209127174-
CMYK00.390.170.18
HSL325.61º47.13%65.88%-
HSV(B)325.61º39.23%81.96%-
XYZ41.5231.7943.99-
YUV156.88137.67165.18-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 127 (50% from 255) = 24.90%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=40.98%
G=24.90%
B=34.12%

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
Decimal20912717400.390.170.18325.6147.1365.88
HexD17FAE02711121462f42
Octal321177256047212250657102
Binary11010001111111110101110010011110001100101010001101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17FAE; }

 p { color: rgb(209,127,174); }

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

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

 a { background-color: rgb(209,127,174); }

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

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

 span { border-color: rgb(209,127,174); }

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