#DD74B5

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

Shades of Persian Pink #DD74B5

Tints of Persian Pink #DD74B5

Color information

#DD74B5 (or 0xDD74B5) is unknown color: approx Persian Pink. HEX triplet: DD, 74 and B5. RGB value is (221,116,181). Sum of RGB (Red+Green+Blue) = 221+116+181=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74B5 is #228B4A. Grayscale: #9A9A9A. Windows color (decimal): -2263883 or 11891933. OLE color: 11891933.

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

Color convert

RGB221116181-
CMYK00.480.180.13
HSL322.86º60.69%66.08%-
HSV(B)322.86º47.51%86.67%-
XYZ44.431.247.4-
YUV154.8142.79175.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=42.66%
G=22.39%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111618100.480.180.13322.8660.6966.08
HexDD74B503012D1433d42
Octal335164265060221550375102
Binary1101110111101001011010101100001001011011010000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74B5; }

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

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

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

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

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

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

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

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