Html Css Color HEX #DD73B9 Persian Pink

📋 copy color: '#DD73B9'

red 221 ◦ green 115 ◦ blue 185

#DD73B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #DD73B9

Tints of Persian Pink #DD73B9

RGB

 RED value IS 221 (86.72% from 255) = 42.42%

 GREEN value IS 115 (45.31% from 255) = 22.07%

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 42.42%
G = 22.07%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD73B9 (or 0xDD73B9) is known color: Persian Pink. HEX triplet: DD, 73 and B9. RGB value is (221,115,185). Sum of RGB (Red+Green+Blue) = 221+115+185=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73B9 is #228C46. Grayscale: #9A9A9A. Windows color (decimal): -2264135 or 12153821. OLE color: 12153821.

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

Color convert

RGB 221 115 185 -
CMYK 0 0.48 0.16 0.13
HSL 320.38º 0.61% 0.66% -
HSV(B) 320.38º 0.48% 0.87% -
XYZ 44.71 31.14 49.55 -
YUV 154.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 221 115 185 0 0.48 0.16 0.13 320.38 0.61 0.66
Hex DD 73 B9 0 30 10 D 140 3D 42
Octal 335 163 271 0 60 20 15 500 75 102
Binary 11011101 1110011 10111001 0 110000 10000 1101 101000000 111101 1000010

Color Harmonies of #DD73B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73B9

Black with #DD73B9

Text Example


Text Example

White with #DD73B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73B9; }

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

 H1.HeaderClassName
 {
   color: #DD73B9;
 }
 .AnyTagClassName
 {
   color: #DD73B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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