#D58EB2

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

Shades of Kobi #D58EB2

Tints of Kobi #D58EB2

Color information

#D58EB2 (or 0xD58EB2) is unknown color: approx Kobi. HEX triplet: D5, 8E and B2. RGB value is (213,142,178). Sum of RGB (Red+Green+Blue) = 213+142+178=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D58EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58EB2 is #2A714D. Grayscale: #A7A7A7. Windows color (decimal): -2781518 or 11701973. OLE color: 11701973.

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

Color convert

RGB213142178-
CMYK00.330.160.16
HSL329.58º45.81%69.61%-
HSV(B)329.58º33.33%83.53%-
XYZ45.1536.7146.82-
YUV167.33134.02160.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 142 (55.86% from 255) = 26.64%
BLUE value IS 178 (69.92% from 255) = 33.40%
R=39.96%
G=26.64%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314217800.330.160.16329.5845.8169.61
HexD58EB2021101014a2e46
Octal325216262041202051256106
Binary110101011000111010110010010000110000100001010010101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EB2; }

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

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

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

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

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

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

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

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