#D57FB4

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

Shades of Kobi #D57FB4

Tints of Kobi #D57FB4

Color information

#D57FB4 (or 0xD57FB4) is unknown color: approx Kobi. HEX triplet: D5, 7F and B4. RGB value is (213,127,180). Sum of RGB (Red+Green+Blue) = 213+127+180=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D57FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57FB4 is #2A804B. Grayscale: #9E9E9E. Windows color (decimal): -2785356 or 11829205. OLE color: 11829205.

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

Color convert

RGB213127180-
CMYK00.400.150.16
HSL323.02º50.59%66.67%-
HSV(B)323.02º40.38%83.53%-
XYZ43.2732.6247.2-
YUV158.76139.99166.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=40.96%
G=24.42%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312718000.400.150.16323.0250.5966.67
HexD57FB4028F101433343
Octal325177264050172050363103
Binary1101010111111111011010001010001111100001010000111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57FB4; }

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

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

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

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

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

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

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

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