#D575B2

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

Shades of Persian Pink #D575B2

Tints of Persian Pink #D575B2

Color information

#D575B2 (or 0xD575B2) is unknown color: approx Persian Pink. HEX triplet: D5, 75 and B2. RGB value is (213,117,178). Sum of RGB (Red+Green+Blue) = 213+117+178=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 178 (69.92% from 255 or 35.04% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D575B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D575B2 is #2A8A4D. Grayscale: #989898. Windows color (decimal): -2787918 or 11695573. OLE color: 11695573.

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

Color convert

RGB213117178-
CMYK00.450.160.16
HSL321.88º53.33%64.71%-
HSV(B)321.88º45.07%83.53%-
XYZ41.8430.0845.72-
YUV152.66142.3171.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 117 (46.09% from 255) = 23.03%
BLUE value IS 178 (69.92% from 255) = 35.04%
R=41.93%
G=23.03%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311717800.450.160.16321.8853.3364.71
HexD575B202D10101423541
Octal325165262055202050265101
Binary11010101111010110110010010110110000100001010000101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575B2; }

 p { color: rgb(213,117,178); }

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

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

 a { background-color: rgb(213,117,178); }

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

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

 span { border-color: rgb(213,117,178); }

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