#D58CB0

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

Shades of Kobi #D58CB0

Tints of Kobi #D58CB0

Color information

#D58CB0 (or 0xD58CB0) is unknown color: approx Kobi. HEX triplet: D5, 8C and B0. RGB value is (213,140,176). Sum of RGB (Red+Green+Blue) = 213+140+176=529 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.26% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CB0 is #2A734F. Grayscale: #A5A5A5. Windows color (decimal): -2782032 or 11570389. OLE color: 11570389.

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

Color convert

RGB213140176-
CMYK00.340.170.16
HSL330.41º46.5%69.22%-
HSV(B)330.41º34.27%83.53%-
XYZ44.6636.0445.68-
YUV165.93133.68161.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.26%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 176 (69.14% from 255) = 33.27%
R=40.26%
G=26.47%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314017600.340.170.16330.4146.569.22
HexD58CB0022111014a2e45
Octal325214260042212051256105
Binary110101011000110010110000010001010001100001010010101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CB0; }

 p { color: rgb(213,140,176); }

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

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

 a { background-color: rgb(213,140,176); }

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

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

 span { border-color: rgb(213,140,176); }

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