#D572B5

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

Shades of Persian Pink #D572B5

Tints of Persian Pink #D572B5

Color information

#D572B5 (or 0xD572B5) is unknown color: approx Persian Pink. HEX triplet: D5, 72 and B5. RGB value is (213,114,181). Sum of RGB (Red+Green+Blue) = 213+114+181=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D572B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572B5 is #2A8D4A. Grayscale: #979797. Windows color (decimal): -2788683 or 11891413. OLE color: 11891413.

HSL color Cylindrical-coordinate representation of color #D572B5: hue angle of 319.39º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D572B5 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213114181-
CMYK00.460.150.16
HSL319.39º54.1%64.12%-
HSV(B)319.39º46.48%83.53%-
XYZ41.829.5247.21-
YUV151.24144.8172.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 114 (44.92% from 255) = 22.44%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=41.93%
G=22.44%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311418100.460.150.16319.3954.164.12
HexD572B502EF1013f3640
Octal325162265056172047766100
Binary1101010111100101011010101011101111100001001111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572B5; }

 p { color: rgb(213,114,181); }

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

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

 a { background-color: rgb(213,114,181); }

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

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

 span { border-color: rgb(213,114,181); }

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