#D577B3

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

Shades of Persian Pink #D577B3

Tints of Persian Pink #D577B3

Color information

#D577B3 (or 0xD577B3) is unknown color: approx Persian Pink. HEX triplet: D5, 77 and B3. RGB value is (213,119,179). Sum of RGB (Red+Green+Blue) = 213+119+179=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D577B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D577B3 is #2A884C. Grayscale: #999999. Windows color (decimal): -2787405 or 11761621. OLE color: 11761621.

HSL color Cylindrical-coordinate representation of color #D577B3: hue angle of 321.7º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D577B3 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB213119179-
CMYK00.440.160.16
HSL321.7º52.81%65.1%-
HSV(B)321.7º44.13%83.53%-
XYZ42.1730.5946.33-
YUV153.95142.14170.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 179 (70.31% from 255) = 35.03%
R=41.68%
G=23.29%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311917900.440.160.16321.752.8165.1
HexD577B302C10101423541
Octal325167263054202050265101
Binary11010101111011110110011010110010000100001010000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D577B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D577B3; }

 p { color: rgb(213,119,179); }

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

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

 a { background-color: rgb(213,119,179); }

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

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

 span { border-color: rgb(213,119,179); }

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