#D58CB2

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

Shades of Kobi #D58CB2

Tints of Kobi #D58CB2

Color information

#D58CB2 (or 0xD58CB2) is unknown color: approx Kobi. HEX triplet: D5, 8C and B2. RGB value is (213,140,178). Sum of RGB (Red+Green+Blue) = 213+140+178=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CB2 is #2A734D. Grayscale: #A6A6A6. Windows color (decimal): -2782030 or 11701461. OLE color: 11701461.

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

Color convert

RGB213140178-
CMYK00.340.160.16
HSL328.77º46.5%69.22%-
HSV(B)328.77º34.27%83.53%-
XYZ44.8536.1246.73-
YUV166.16134.68161.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 178 (69.92% from 255) = 33.52%
R=40.11%
G=26.37%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314017800.340.160.16328.7746.569.22
HexD58CB202210101492e45
Octal325214262042202051156105
Binary110101011000110010110010010001010000100001010010011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CB2; }

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

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

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

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

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

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

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

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