Html Css Color HEX #DC77B9 Persian Pink

📋 copy color: '#DC77B9'

red 220 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #DC77B9

Tints of Persian Pink #DC77B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.31%

R = 41.98%
G = 22.71%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DC77B9 (or 0xDC77B9) is known color: Persian Pink. HEX triplet: DC, 77 and B9. RGB value is (220,119,185). Sum of RGB (Red+Green+Blue) = 220+119+185=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77B9 is #238846. Grayscale: #9C9C9C. Windows color (decimal): -2328647 or 12154844. OLE color: 12154844.

HSL color Cylindrical-coordinate representation of color #DC77B9: hue angle of 320.79º 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 #DC77B9 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 119 185 -
CMYK 0 0.46 0.16 0.14
HSL 320.79º 0.59% 0.66% -
HSV(B) 320.79º 0.46% 0.86% -
XYZ 44.87 31.91 49.69 -
YUV 156.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 220 119 185 0 0.46 0.16 0.14 320.79 0.59 0.66
Hex DC 77 B9 0 2E 10 E 141 3B 42
Octal 334 167 271 0 56 20 16 501 73 102
Binary 11011100 1110111 10111001 0 101110 10000 1110 101000001 111011 1000010

Color Harmonies of #DC77B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77B9

Black with #DC77B9

Text Example


Text Example

White with #DC77B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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