#D472B4

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

Shades of Persian Pink #D472B4

Tints of Persian Pink #D472B4

Color information

#D472B4 (or 0xD472B4) is unknown color: approx Persian Pink. HEX triplet: D4, 72 and B4. RGB value is (212,114,180). Sum of RGB (Red+Green+Blue) = 212+114+180=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D472B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472B4 is #2B8D4B. Grayscale: #969696. Windows color (decimal): -2854220 or 11825876. OLE color: 11825876.

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

Color convert

RGB212114180-
CMYK00.460.150.17
HSL319.59º53.26%63.92%-
HSV(B)319.59º46.23%83.14%-
XYZ41.4129.3346.66-
YUV150.83144.47171.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.90%
GREEN value IS 114 (44.92% from 255) = 22.53%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=41.90%
G=22.53%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211418000.460.150.17319.5953.2663.92
HexD472B402EF111403540
Octal324162264056172150065100
Binary1101010011100101011010001011101111100011010000001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D472B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D472B4; }

 p { color: rgb(212,114,180); }

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

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

 a { background-color: rgb(212,114,180); }

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

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

 span { border-color: rgb(212,114,180); }

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