Html Css Color HEX #DD73BC Persian Pink

📋 copy color: '#DD73BC'

red 221 ◦ green 115 ◦ blue 188

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

Shades of Persian Pink #DD73BC

Tints of Persian Pink #DD73BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.88%

R = 42.18%
G = 21.95%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DD73BC (or 0xDD73BC) is known color: Persian Pink. HEX triplet: DD, 73 and BC. RGB value is (221,115,188). Sum of RGB (Red+Green+Blue) = 221+115+188=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 115 (45.31% from 255 or 21.95% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD73BC is #228C43. Grayscale: #9A9A9A. Windows color (decimal): -2264132 or 12350429. OLE color: 12350429.

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

Color convert

RGB 221 115 188 -
CMYK 0 0.48 0.15 0.13
HSL 318.68º 0.61% 0.66% -
HSV(B) 318.68º 0.48% 0.87% -
XYZ 45.03 31.26 51.24 -
YUV 155.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 221 115 188 0 0.48 0.15 0.13 318.68 0.61 0.66
Hex DD 73 BC 0 30 F D 13F 3D 42
Octal 335 163 274 0 60 17 15 477 75 102
Binary 11011101 1110011 10111100 0 110000 1111 1101 100111111 111101 1000010

Color Harmonies of #DD73BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD73BC

Black with #DD73BC

Text Example


Text Example

White with #DD73BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD73BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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