#DD74AE

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

Shades of Persian Pink #DD74AE

Tints of Persian Pink #DD74AE

Color information

#DD74AE (or 0xDD74AE) is unknown color: approx Persian Pink. HEX triplet: DD, 74 and AE. RGB value is (221,116,174). Sum of RGB (Red+Green+Blue) = 221+116+174=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 174 (68.36% from 255 or 34.05% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74AE is #228B51. Grayscale: #999999. Windows color (decimal): -2263890 or 11433181. OLE color: 11433181.

HSL color Cylindrical-coordinate representation of color #DD74AE: hue angle of 326.86º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD74AE is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221116174-
CMYK00.480.210.13
HSL326.86º60.69%66.08%-
HSV(B)326.86º47.51%86.67%-
XYZ43.730.9243.71-
YUV154.01139.29175.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 174 (68.36% from 255) = 34.05%
R=43.25%
G=22.70%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111617400.480.210.13326.8660.6966.08
HexDD74AE03015D1473d42
Octal335164256060251550775102
Binary1101110111101001010111001100001010111011010001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74AE; }

 p { color: rgb(221,116,174); }

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

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

 a { background-color: rgb(221,116,174); }

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

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

 span { border-color: rgb(221,116,174); }

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