#D59DB3

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

Shades of Kobi #D59DB3

Tints of Kobi #D59DB3

Color information

#D59DB3 (or 0xD59DB3) is unknown color: approx Kobi. HEX triplet: D5, 9D and B3. RGB value is (213,157,179). Sum of RGB (Red+Green+Blue) = 213+157+179=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DB3 is #2A624C. Grayscale: #B0B0B0. Windows color (decimal): -2777677 or 11771349. OLE color: 11771349.

HSL color Cylindrical-coordinate representation of color #D59DB3: hue angle of 336.43º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DB3 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB213157179-
CMYK00.260.160.16
HSL336.43º40%72.55%-
HSV(B)336.43º26.29%83.53%-
XYZ47.6341.5148.15-
YUV176.25129.55154.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 157 (61.72% from 255) = 28.60%
BLUE value IS 179 (70.31% from 255) = 32.60%
R=38.80%
G=28.60%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315717900.260.160.16336.434072.55
HexD59DB301A10101502849
Octal325235263032202052050111
Binary11010101100111011011001101101010000100001010100001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DB3; }

 p { color: rgb(213,157,179); }

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

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

 a { background-color: rgb(213,157,179); }

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

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

 span { border-color: rgb(213,157,179); }

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