#D17DB0

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

Shades of Kobi #D17DB0

Tints of Kobi #D17DB0

Color information

#D17DB0 (or 0xD17DB0) is unknown color: approx Kobi. HEX triplet: D1, 7D and B0. RGB value is (209,125,176). Sum of RGB (Red+Green+Blue) = 209+125+176=510 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.98% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 209 - color contains mainly: red. Hex color #D17DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D17DB0 is #2E824F. Grayscale: #9B9B9B. Windows color (decimal): -3048016 or 11566545. OLE color: 11566545.

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

Color convert

RGB209125176-
CMYK00.400.160.18
HSL323.57º47.73%65.49%-
HSV(B)323.57º40.19%81.96%-
XYZ41.4631.3644.94-
YUV155.93139.33165.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.98%
GREEN value IS 125 (49.22% from 255) = 24.51%
BLUE value IS 176 (69.14% from 255) = 34.51%
R=40.98%
G=24.51%
B=34.51%

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
Decimal20912517600.400.160.18323.5747.7365.49
HexD17DB002810121443041
Octal321175260050202250460101
Binary11010001111110110110000010100010000100101010001001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17DB0; }

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

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

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

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

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

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

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

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