Html Css Color HEX #DC73BB Persian Pink

📋 copy color: '#DC73BB'

red 220 ◦ green 115 ◦ blue 187

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

Shades of Persian Pink #DC73BB

Tints of Persian Pink #DC73BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 42.15%
G = 22.03%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC73BB (or 0xDC73BB) is known color: Persian Pink. HEX triplet: DC, 73 and BB. RGB value is (220,115,187). Sum of RGB (Red+Green+Blue) = 220+115+187=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DC73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC73BB is #238C44. Grayscale: #9A9A9A. Windows color (decimal): -2329669 or 12284892. OLE color: 12284892.

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

Color convert

RGB 220 115 187 -
CMYK 0 0.48 0.15 0.14
HSL 318.86º 0.6% 0.66% -
HSV(B) 318.86º 0.48% 0.86% -
XYZ 44.62 31.06 50.66 -
YUV 154.6 146.29 174.65 -
System Red Green Blue C M Y K H S L
Decimal 220 115 187 0 0.48 0.15 0.14 318.86 0.6 0.66
Hex DC 73 BB 0 30 F E 13F 3C 42
Octal 334 163 273 0 60 17 16 477 74 102
Binary 11011100 1110011 10111011 0 110000 1111 1110 100111111 111100 1000010

Color Harmonies of #DC73BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC73BB

Black with #DC73BB

Text Example


Text Example

White with #DC73BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC73BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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