#D58DB4

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

Shades of Kobi #D58DB4

Tints of Kobi #D58DB4

Color information

#D58DB4 (or 0xD58DB4) is unknown color: approx Kobi. HEX triplet: D5, 8D and B4. RGB value is (213,141,180). Sum of RGB (Red+Green+Blue) = 213+141+180=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 180 (70.70% from 255 or 33.71% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58DB4 is #2A724B. Grayscale: #A6A6A6. Windows color (decimal): -2781772 or 11832789. OLE color: 11832789.

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

Color convert

RGB213141180-
CMYK00.340.150.16
HSL327.5º46.15%69.41%-
HSV(B)327.5º33.8%83.53%-
XYZ45.236.4947.84-
YUV166.97135.35160.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 141 (55.47% from 255) = 26.40%
BLUE value IS 180 (70.70% from 255) = 33.71%
R=39.89%
G=26.40%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314118000.340.150.16327.546.1569.41
HexD58DB4022F101482e45
Octal325215264042172051056105
Binary11010101100011011011010001000101111100001010010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58DB4; }

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

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

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

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

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

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

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

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