#D58EB1

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

Shades of Kobi #D58EB1

Tints of Kobi #D58EB1

Color information

#D58EB1 (or 0xD58EB1) is unknown color: approx Kobi. HEX triplet: D5, 8E and B1. RGB value is (213,142,177). Sum of RGB (Red+Green+Blue) = 213+142+177=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 142 (55.86% from 255 or 26.69% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D58EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58EB1 is #2A714E. Grayscale: #A7A7A7. Windows color (decimal): -2781519 or 11636437. OLE color: 11636437.

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

Color convert

RGB213142177-
CMYK00.330.170.16
HSL330.42º45.81%69.61%-
HSV(B)330.42º33.33%83.53%-
XYZ45.0536.6746.3-
YUV167.22133.52160.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 142 (55.86% from 255) = 26.69%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=40.04%
G=26.69%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314217700.330.170.16330.4245.8169.61
HexD58EB1021111014a2e46
Octal325216261041212051256106
Binary110101011000111010110001010000110001100001010010101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EB1; }

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

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

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

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

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

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

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

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