#D58DB1

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

Shades of Kobi #D58DB1

Tints of Kobi #D58DB1

Color information

#D58DB1 (or 0xD58DB1) is unknown color: approx Kobi. HEX triplet: D5, 8D and B1. RGB value is (213,141,177). Sum of RGB (Red+Green+Blue) = 213+141+177=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58DB1 is #2A724E. Grayscale: #A6A6A6. Windows color (decimal): -2781775 or 11636181. OLE color: 11636181.

HSL color Cylindrical-coordinate representation of color #D58DB1: hue angle of 330º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DB1 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213141177-
CMYK00.340.170.16
HSL330º46.15%69.41%-
HSV(B)330º33.8%83.53%-
XYZ44.936.3746.25-
YUV166.63133.85161.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=40.11%
G=26.55%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314117700.340.170.1633046.1569.41
HexD58DB1022111014a2e45
Octal325215261042212051256105
Binary110101011000110110110001010001010001100001010010101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DB1; }

 p { color: rgb(213,141,177); }

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

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

 a { background-color: rgb(213,141,177); }

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

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

 span { border-color: rgb(213,141,177); }

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