#D57FA9

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

Shades of Kobi #D57FA9

Tints of Kobi #D57FA9

Color information

#D57FA9 (or 0xD57FA9) is unknown color: approx Kobi. HEX triplet: D5, 7F and A9. RGB value is (213,127,169). Sum of RGB (Red+Green+Blue) = 213+127+169=509 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.85% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57FA9 is #2A8056. Grayscale: #9D9D9D. Windows color (decimal): -2785367 or 11108309. OLE color: 11108309.

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

Color convert

RGB213127169-
CMYK00.400.210.16
HSL330.7º50.59%66.67%-
HSV(B)330.7º40.38%83.53%-
XYZ42.1932.1941.53-
YUV157.5134.49167.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.85%
GREEN value IS 127 (50% from 255) = 24.95%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=41.85%
G=24.95%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312716900.400.210.16330.750.5966.67
HexD57FA9028151014b3343
Octal325177251050252051363103
Binary11010101111111110101001010100010101100001010010111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FA9; }

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

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

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

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

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

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

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

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