#DD74B0

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

Shades of Persian Pink #DD74B0

Tints of Persian Pink #DD74B0

Color information

#DD74B0 (or 0xDD74B0) is unknown color: approx Persian Pink. HEX triplet: DD, 74 and B0. RGB value is (221,116,176). Sum of RGB (Red+Green+Blue) = 221+116+176=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD74B0 is #228B4F. Grayscale: #9A9A9A. Windows color (decimal): -2263888 or 11564253. OLE color: 11564253.

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

Color convert

RGB221116176-
CMYK00.480.200.13
HSL325.71º60.69%66.08%-
HSV(B)325.71º47.51%86.67%-
XYZ43.93144.74-
YUV154.23140.29175.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.08%
GREEN value IS 116 (45.70% from 255) = 22.61%
BLUE value IS 176 (69.14% from 255) = 34.31%
R=43.08%
G=22.61%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111617600.480.200.13325.7160.6966.08
HexDD74B003014D1463d42
Octal335164260060241550675102
Binary1101110111101001011000001100001010011011010001101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74B0; }

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

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

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

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

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

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

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

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