Html Css Color HEX #DC77B5 Persian Pink

📋 copy color: '#DC77B5'

red 220 ◦ green 119 ◦ blue 181

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

Shades of Persian Pink #DC77B5

Tints of Persian Pink #DC77B5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.88%

 BLUE value IS 181 (71.09% from 255) = 34.81%

R = 42.31%
G = 22.88%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DC77B5 (or 0xDC77B5) is known color: Persian Pink. HEX triplet: DC, 77 and B5. RGB value is (220,119,181). Sum of RGB (Red+Green+Blue) = 220+119+181=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77B5 is #23884A. Grayscale: #9C9C9C. Windows color (decimal): -2328651 or 11892700. OLE color: 11892700.

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

Color convert

RGB 220 119 181 -
CMYK 0 0.46 0.18 0.14
HSL 323.17º 0.59% 0.66% -
HSV(B) 323.17º 0.46% 0.86% -
XYZ 44.45 31.75 47.5 -
YUV 156.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 220 119 181 0 0.46 0.18 0.14 323.17 0.59 0.66
Hex DC 77 B5 0 2E 12 E 143 3B 42
Octal 334 167 265 0 56 22 16 503 73 102
Binary 11011100 1110111 10110101 0 101110 10010 1110 101000011 111011 1000010

Color Harmonies of #DC77B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77B5

Black with #DC77B5

Text Example


Text Example

White with #DC77B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77B5; }

 p { color: rgb(220,119,181); }

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

background-color css

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

 a { background-color: rgb(220,119,181); }

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

border-color css

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

 span { border-color: rgb(220,119,181); }

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