Html Css Color HEX #DD73B8 Persian Pink

📋 copy color: '#DD73B8'

red 221 ◦ green 115 ◦ blue 184

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

Shades of Persian Pink #DD73B8

Tints of Persian Pink #DD73B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.38%

R = 42.5%
G = 22.12%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DD73B8 (or 0xDD73B8) is known color: Persian Pink. HEX triplet: DD, 73 and B8. RGB value is (221,115,184). Sum of RGB (Red+Green+Blue) = 221+115+184=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73B8 is #228C47. Grayscale: #9A9A9A. Windows color (decimal): -2264136 or 12088285. OLE color: 12088285.

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

Color convert

RGB 221 115 184 -
CMYK 0 0.48 0.17 0.13
HSL 320.94º 0.61% 0.66% -
HSV(B) 320.94º 0.48% 0.87% -
XYZ 44.6 31.09 49 -
YUV 154.56 144.62 175.39 -
System Red Green Blue C M Y K H S L
Decimal 221 115 184 0 0.48 0.17 0.13 320.94 0.61 0.66
Hex DD 73 B8 0 30 11 D 141 3D 42
Octal 335 163 270 0 60 21 15 501 75 102
Binary 11011101 1110011 10111000 0 110000 10001 1101 101000001 111101 1000010

Color Harmonies of #DD73B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73B8

Black with #DD73B8

Text Example


Text Example

White with #DD73B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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