Html Css Color HEX #DC73B4 Persian Pink

📋 copy color: '#DC73B4'

red 220 ◦ green 115 ◦ blue 180

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

Shades of Persian Pink #DC73B4

Tints of Persian Pink #DC73B4

RGB

 RED value IS 220 (86.33% from 255) = 42.72%

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

 BLUE value IS 180 (70.7% from 255) = 34.95%

R = 42.72%
G = 22.33%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC73B4 (or 0xDC73B4) is known color: Persian Pink. HEX triplet: DC, 73 and B4. RGB value is (220,115,180). Sum of RGB (Red+Green+Blue) = 220+115+180=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73B4 is #238C4B. Grayscale: #999999. Windows color (decimal): -2329676 or 11826140. OLE color: 11826140.

HSL color Cylindrical-coordinate representation of color #DC73B4: hue angle of 322.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC73B4 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 180 -
CMYK 0 0.48 0.18 0.14
HSL 322.86º 0.6% 0.66% -
HSV(B) 322.86º 0.48% 0.86% -
XYZ 43.88 30.77 46.81 -
YUV 153.81 142.79 175.21 -
System Red Green Blue C M Y K H S L
Decimal 220 115 180 0 0.48 0.18 0.14 322.86 0.6 0.66
Hex DC 73 B4 0 30 12 E 143 3C 42
Octal 334 163 264 0 60 22 16 503 74 102
Binary 11011100 1110011 10110100 0 110000 10010 1110 101000011 111100 1000010

Color Harmonies of #DC73B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73B4

Black with #DC73B4

Text Example


Text Example

White with #DC73B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73B4; }

 p { color: rgb(220,115,180); }

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

background-color css

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

 a { background-color: rgb(220,115,180); }

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

border-color css

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

 span { border-color: rgb(220,115,180); }

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