#D59DB5

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

Shades of Kobi #D59DB5

Tints of Kobi #D59DB5

Color information

#D59DB5 (or 0xD59DB5) is unknown color: approx Kobi. HEX triplet: D5, 9D and B5. RGB value is (213,157,181). Sum of RGB (Red+Green+Blue) = 213+157+181=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DB5 is #2A624A. Grayscale: #B0B0B0. Windows color (decimal): -2777675 or 11902421. OLE color: 11902421.

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

Color convert

RGB213157181-
CMYK00.260.150.16
HSL334.29º40%72.55%-
HSV(B)334.29º26.29%83.53%-
XYZ47.8441.649.22-
YUV176.48130.55154.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 181 (71.09% from 255) = 32.85%
R=38.66%
G=28.49%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315718100.260.150.16334.294072.55
HexD59DB501AF1014e2849
Octal325235265032172051650111
Binary1101010110011101101101010110101111100001010011101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59DB5; }

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

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

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

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

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

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

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

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