#D57FB0

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

Shades of Kobi #D57FB0

Tints of Kobi #D57FB0

Color information

#D57FB0 (or 0xD57FB0) is unknown color: approx Kobi. HEX triplet: D5, 7F and B0. RGB value is (213,127,176). Sum of RGB (Red+Green+Blue) = 213+127+176=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57FB0 is #2A804F. Grayscale: #9E9E9E. Windows color (decimal): -2785360 or 11567061. OLE color: 11567061.

HSL color Cylindrical-coordinate representation of color #D57FB0: hue angle of 325.81º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57FB0 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB213127176-
CMYK00.400.170.16
HSL325.81º50.59%66.67%-
HSV(B)325.81º40.38%83.53%-
XYZ42.8732.4645.08-
YUV158.3137.99167.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.28%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 176 (69.14% from 255) = 34.11%
R=41.28%
G=24.61%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312717600.400.170.16325.8150.5966.67
HexD57FB002811101463343
Octal325177260050212050663103
Binary11010101111111110110000010100010001100001010001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FB0; }

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

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

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

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

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

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

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

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