#D974B4

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

Shades of Persian Pink #D974B4

Tints of Persian Pink #D974B4

Color information

#D974B4 (or 0xD974B4) is unknown color: approx Persian Pink. HEX triplet: D9, 74 and B4. RGB value is (217,116,180). Sum of RGB (Red+Green+Blue) = 217+116+180=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D974B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D974B4 is #268B4B. Grayscale: #999999. Windows color (decimal): -2526028 or 11826393. OLE color: 11826393.

HSL color Cylindrical-coordinate representation of color #D974B4: hue angle of 321.98º 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 #D974B4 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB217116180-
CMYK00.470.170.15
HSL321.98º57.06%65.29%-
HSV(B)321.98º46.54%85.1%-
XYZ43.130.5446.8-
YUV153.5142.96173.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.30%
GREEN value IS 116 (45.70% from 255) = 22.61%
BLUE value IS 180 (70.70% from 255) = 35.09%
R=42.30%
G=22.61%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711618000.470.170.15321.9857.0665.29
HexD974B402F11F1423941
Octal331164264057211750271101
Binary1101100111101001011010001011111000111111010000101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D974B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D974B4; }

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

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

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

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

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

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

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

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