Html Css Color HEX #DD73B1 Persian Pink

📋 copy color: '#DD73B1'

red 221 ◦ green 115 ◦ blue 177

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

Shades of Persian Pink #DD73B1

Tints of Persian Pink #DD73B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.5%

R = 43.08%
G = 22.42%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#DD73B1 (or 0xDD73B1) is known color: Persian Pink. HEX triplet: DD, 73 and B1. RGB value is (221,115,177). Sum of RGB (Red+Green+Blue) = 221+115+177=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73B1 is #228C4E. Grayscale: #999999. Windows color (decimal): -2264143 or 11629533. OLE color: 11629533.

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

Color convert

RGB 221 115 177 -
CMYK 0 0.48 0.20 0.13
HSL 324.91º 0.61% 0.66% -
HSV(B) 324.91º 0.48% 0.87% -
XYZ 43.89 30.81 45.23 -
YUV 153.76 141.12 175.96 -
System Red Green Blue C M Y K H S L
Decimal 221 115 177 0 0.48 0.20 0.13 324.91 0.61 0.66
Hex DD 73 B1 0 30 14 D 145 3D 42
Octal 335 163 261 0 60 24 15 505 75 102
Binary 11011101 1110011 10110001 0 110000 10100 1101 101000101 111101 1000010

Color Harmonies of #DD73B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73B1

Black with #DD73B1

Text Example


Text Example

White with #DD73B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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