Html Css Color HEX #DD73AF Persian Pink

📋 copy color: '#DD73AF'

red 221 ◦ green 115 ◦ blue 175

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

Shades of Persian Pink #DD73AF

Tints of Persian Pink #DD73AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 43.25%
G = 22.5%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#DD73AF (or 0xDD73AF) is known color: Persian Pink. HEX triplet: DD, 73 and AF. RGB value is (221,115,175). Sum of RGB (Red+Green+Blue) = 221+115+175=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73AF is #228C50. Grayscale: #999999. Windows color (decimal): -2264145 or 11498461. OLE color: 11498461.

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

Color convert

RGB 221 115 175 -
CMYK 0 0.48 0.21 0.13
HSL 326.04º 0.61% 0.66% -
HSV(B) 326.04º 0.48% 0.87% -
XYZ 43.69 30.73 44.19 -
YUV 153.53 140.12 176.12 -
System Red Green Blue C M Y K H S L
Decimal 221 115 175 0 0.48 0.21 0.13 326.04 0.61 0.66
Hex DD 73 AF 0 30 15 D 146 3D 42
Octal 335 163 257 0 60 25 15 506 75 102
Binary 11011101 1110011 10101111 0 110000 10101 1101 101000110 111101 1000010

Color Harmonies of #DD73AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73AF

Black with #DD73AF

Text Example


Text Example

White with #DD73AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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