#D58BB1

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

Shades of Kobi #D58BB1

Tints of Kobi #D58BB1

Color information

#D58BB1 (or 0xD58BB1) is unknown color: approx Kobi. HEX triplet: D5, 8B and B1. RGB value is (213,139,177). Sum of RGB (Red+Green+Blue) = 213+139+177=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BB1 is #2A744E. Grayscale: #A5A5A5. Windows color (decimal): -2782287 or 11635669. OLE color: 11635669.

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

Color convert

RGB213139177-
CMYK00.350.170.16
HSL329.19º46.84%69.02%-
HSV(B)329.19º34.74%83.53%-
XYZ44.6135.7946.15-
YUV165.46134.52161.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 139 (54.69% from 255) = 26.28%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=40.26%
G=26.28%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313917700.350.170.16329.1946.8469.02
HexD58BB102311101492f45
Octal325213261043212051157105
Binary110101011000101110110001010001110001100001010010011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58BB1; }

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

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

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

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

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

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

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

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