Html Css Color HEX #DD73B0 Persian Pink

📋 copy color: '#DD73B0'

red 221 ◦ green 115 ◦ blue 176

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

Shades of Persian Pink #DD73B0

Tints of Persian Pink #DD73B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 43.16%
G = 22.46%
B = 34.38%

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

#DD73B0 (or 0xDD73B0) is known color: Persian Pink. HEX triplet: DD, 73 and B0. RGB value is (221,115,176). Sum of RGB (Red+Green+Blue) = 221+115+176=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73B0 is #228C4F. Grayscale: #999999. Windows color (decimal): -2264144 or 11563997. OLE color: 11563997.

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

Color convert

RGB 221 115 176 -
CMYK 0 0.48 0.20 0.13
HSL 325.47º 0.61% 0.66% -
HSV(B) 325.47º 0.48% 0.87% -
XYZ 43.79 30.77 44.71 -
YUV 153.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 221 115 176 0 0.48 0.20 0.13 325.47 0.61 0.66
Hex DD 73 B0 0 30 14 D 145 3D 42
Octal 335 163 260 0 60 24 15 505 75 102
Binary 11011101 1110011 10110000 0 110000 10100 1101 101000101 111101 1000010

Color Harmonies of #DD73B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73B0

Black with #DD73B0

Text Example


Text Example

White with #DD73B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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