#D479B3

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

Shades of Persian Pink #D479B3

Tints of Persian Pink #D479B3

Color information

#D479B3 (or 0xD479B3) is unknown color: approx Persian Pink. HEX triplet: D4, 79 and B3. RGB value is (212,121,179). Sum of RGB (Red+Green+Blue) = 212+121+179=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 179 (70.31% from 255 or 34.96% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D479B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479B3 is #2B864C. Grayscale: #9A9A9A. Windows color (decimal): -2852429 or 11762132. OLE color: 11762132.

HSL color Cylindrical-coordinate representation of color #D479B3: hue angle of 321.76º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D479B3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB212121179-
CMYK00.430.160.17
HSL321.76º51.41%65.29%-
HSV(B)321.76º42.92%83.14%-
XYZ42.1330.9346.4-
YUV154.82141.65168.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 121 (47.66% from 255) = 23.63%
BLUE value IS 179 (70.31% from 255) = 34.96%
R=41.41%
G=23.63%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212117900.430.160.17321.7651.4165.29
HexD479B302B10111423341
Octal324171263053202150263101
Binary11010100111100110110011010101110000100011010000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D479B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D479B3; }

 p { color: rgb(212,121,179); }

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

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

 a { background-color: rgb(212,121,179); }

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

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

 span { border-color: rgb(212,121,179); }

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