#D58BB2

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

Shades of Kobi #D58BB2

Tints of Kobi #D58BB2

Color information

#D58BB2 (or 0xD58BB2) is unknown color: approx Kobi. HEX triplet: D5, 8B and B2. RGB value is (213,139,178). Sum of RGB (Red+Green+Blue) = 213+139+178=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D58BB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58BB2 is #2A744D. Grayscale: #A5A5A5. Windows color (decimal): -2782286 or 11701205. OLE color: 11701205.

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

Color convert

RGB213139178-
CMYK00.350.160.16
HSL328.38º46.84%69.02%-
HSV(B)328.38º34.74%83.53%-
XYZ44.7135.8346.68-
YUV165.57135.02161.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.19%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 178 (69.92% from 255) = 33.58%
R=40.19%
G=26.23%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313917800.350.160.16328.3846.8469.02
HexD58BB202310101482f45
Octal325213262043202051057105
Binary110101011000101110110010010001110000100001010010001011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58BB2; }

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

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

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

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

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

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

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

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