#DD74B4

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

Shades of Persian Pink #DD74B4

Tints of Persian Pink #DD74B4

Color information

#DD74B4 (or 0xDD74B4) is unknown color: approx Persian Pink. HEX triplet: DD, 74 and B4. RGB value is (221,116,180). Sum of RGB (Red+Green+Blue) = 221+116+180=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD74B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD74B4 is #228B4B. Grayscale: #9A9A9A. Windows color (decimal): -2263884 or 11826397. OLE color: 11826397.

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

Color convert

RGB221116180-
CMYK00.480.190.13
HSL323.43º60.69%66.08%-
HSV(B)323.43º47.51%86.67%-
XYZ44.331.1646.86-
YUV154.69142.29175.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 116 (45.70% from 255) = 22.44%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=42.75%
G=22.44%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111618000.480.190.13323.4360.6966.08
HexDD74B403013D1433d42
Octal335164264060231550375102
Binary1101110111101001011010001100001001111011010000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD74B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD74B4; }

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

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

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

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

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

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

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

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