#D974B0

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

Shades of Persian Pink #D974B0

Tints of Persian Pink #D974B0

Color information

#D974B0 (or 0xD974B0) is unknown color: approx Persian Pink. HEX triplet: D9, 74 and B0. RGB value is (217,116,176). Sum of RGB (Red+Green+Blue) = 217+116+176=509 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.63% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 217 - color contains mainly: red. Hex color #D974B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D974B0 is #268B4F. Grayscale: #989898. Windows color (decimal): -2526032 or 11564249. OLE color: 11564249.

HSL color Cylindrical-coordinate representation of color #D974B0: hue angle of 324.36º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D974B0 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB217116176-
CMYK00.470.190.15
HSL324.36º57.06%65.29%-
HSV(B)324.36º46.54%85.1%-
XYZ42.730.3844.69-
YUV153.04140.96173.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.63%
GREEN value IS 116 (45.70% from 255) = 22.79%
BLUE value IS 176 (69.14% from 255) = 34.58%
R=42.63%
G=22.79%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711617600.470.190.15324.3657.0665.29
HexD974B002F13F1443941
Octal331164260057231750471101
Binary1101100111101001011000001011111001111111010001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D974B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D974B0; }

 p { color: rgb(217,116,176); }

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

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

 a { background-color: rgb(217,116,176); }

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

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

 span { border-color: rgb(217,116,176); }

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