#D58FB4

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

Shades of Kobi #D58FB4

Tints of Kobi #D58FB4

Color information

#D58FB4 (or 0xD58FB4) is unknown color: approx Kobi. HEX triplet: D5, 8F and B4. RGB value is (213,143,180). Sum of RGB (Red+Green+Blue) = 213+143+180=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58FB4 is #2A704B. Grayscale: #A8A8A8. Windows color (decimal): -2781260 or 11833301. OLE color: 11833301.

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

Color convert

RGB213143180-
CMYK00.330.150.16
HSL328.29º45.45%69.8%-
HSV(B)328.29º32.86%83.53%-
XYZ45.537.0947.94-
YUV168.15134.69159.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 180 (70.70% from 255) = 33.58%
R=39.74%
G=26.68%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314318000.330.150.16328.2945.4569.8
HexD58FB4021F101482d46
Octal325217264041172051055106
Binary11010101100011111011010001000011111100001010010001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58FB4; }

 p { color: rgb(213,143,180); }

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

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

 a { background-color: rgb(213,143,180); }

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

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

 span { border-color: rgb(213,143,180); }

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