#D17DAF

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

Shades of Kobi #D17DAF

Tints of Kobi #D17DAF

Color information

#D17DAF (or 0xD17DAF) is unknown color: approx Kobi. HEX triplet: D1, 7D and AF. RGB value is (209,125,175). Sum of RGB (Red+Green+Blue) = 209+125+175=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17DAF is #2E8250. Grayscale: #9B9B9B. Windows color (decimal): -3048017 or 11501009. OLE color: 11501009.

HSL color Cylindrical-coordinate representation of color #D17DAF: hue angle of 324.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D17DAF is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB209125175-
CMYK00.400.160.18
HSL324.29º47.73%65.49%-
HSV(B)324.29º40.19%81.96%-
XYZ41.3731.3244.42-
YUV155.82138.83165.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=41.06%
G=24.56%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912517500.400.160.18324.2947.7365.49
HexD17DAF02810121443041
Octal321175257050202250460101
Binary11010001111110110101111010100010000100101010001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DAF; }

 p { color: rgb(209,125,175); }

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

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

 a { background-color: rgb(209,125,175); }

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

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

 span { border-color: rgb(209,125,175); }

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