Html Css Color HEX #DD73B6 Persian Pink

📋 copy color: '#DD73B6'

red 221 ◦ green 115 ◦ blue 182

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

Shades of Persian Pink #DD73B6

Tints of Persian Pink #DD73B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.14%

R = 42.66%
G = 22.2%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#DD73B6 (or 0xDD73B6) is known color: Persian Pink. HEX triplet: DD, 73 and B6. RGB value is (221,115,182). Sum of RGB (Red+Green+Blue) = 221+115+182=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73B6 is #228C49. Grayscale: #9A9A9A. Windows color (decimal): -2264138 or 11957213. OLE color: 11957213.

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

Color convert

RGB 221 115 182 -
CMYK 0 0.48 0.18 0.13
HSL 322.08º 0.61% 0.66% -
HSV(B) 322.08º 0.48% 0.87% -
XYZ 44.39 31.01 47.9 -
YUV 154.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 221 115 182 0 0.48 0.18 0.13 322.08 0.61 0.66
Hex DD 73 B6 0 30 12 D 142 3D 42
Octal 335 163 266 0 60 22 15 502 75 102
Binary 11011101 1110011 10110110 0 110000 10010 1101 101000010 111101 1000010

Color Harmonies of #DD73B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73B6

Black with #DD73B6

Text Example


Text Example

White with #DD73B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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