#dd74b9

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

Shades of Persian Pink #DD74B9

Tints of Persian Pink #DD74B9

Color information

#DD74B9 (or 0xDD74B9) is unknown color: approx Persian Pink. HEX triplet: DD, 74 and B9. RGB value is (221,116,185). Sum of RGB (Red+Green+Blue) = 221+116+185=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74B9 is #228B46. Grayscale: #9B9B9B. Windows color (decimal): -2263879 or 12154077. OLE color: 12154077.

HSL color Cylindrical-coordinate representation of color #DD74B9: hue angle of 320.57º 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 #DD74B9 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221116185-
CMYK00.480.160.13
HSL320.57º60.69%66.08%-
HSV(B)320.57º47.51%86.67%-
XYZ44.8231.3749.59-
YUV155.26144.79174.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 116 (45.70% from 255) = 22.22%
BLUE value IS 185 (72.66% from 255) = 35.44%
R=42.34%
G=22.22%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111618500.480.160.13320.5760.6966.08
HexDD74B903010D1413d42
Octal335164271060201550175102
Binary1101110111101001011100101100001000011011010000011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd74b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd74b9; }

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

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

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

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

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

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

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

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