#D58EB3

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

Shades of Kobi #D58EB3

Tints of Kobi #D58EB3

Color information

#D58EB3 (or 0xD58EB3) is unknown color: approx Kobi. HEX triplet: D5, 8E and B3. RGB value is (213,142,179). Sum of RGB (Red+Green+Blue) = 213+142+179=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D58EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58EB3 is #2A714C. Grayscale: #A7A7A7. Windows color (decimal): -2781517 or 11767509. OLE color: 11767509.

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

Color convert

RGB213142179-
CMYK00.330.160.16
HSL328.73º45.81%69.61%-
HSV(B)328.73º33.33%83.53%-
XYZ45.2536.7547.36-
YUV167.45134.52160.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.89%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 179 (70.31% from 255) = 33.52%
R=39.89%
G=26.59%
B=33.52%

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
Decimal21314217900.330.160.16328.7345.8169.61
HexD58EB302110101492e46
Octal325216263041202051156106
Binary110101011000111010110011010000110000100001010010011011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58EB3; }

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

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

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

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

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

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

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

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