Html Css Color HEX #DC77B4 Persian Pink

📋 copy color: '#DC77B4'

red 220 ◦ green 119 ◦ blue 180

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

Shades of Persian Pink #DC77B4

Tints of Persian Pink #DC77B4

RGB

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

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

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

R = 42.39%
G = 22.93%
B = 34.68%

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

#DC77B4 (or 0xDC77B4) is known color: Persian Pink. HEX triplet: DC, 77 and B4. RGB value is (220,119,180). Sum of RGB (Red+Green+Blue) = 220+119+180=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 180 (70.70% from 255 or 34.68% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77B4 is #23884B. Grayscale: #9C9C9C. Windows color (decimal): -2328652 or 11827164. OLE color: 11827164.

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

Color convert

RGB 220 119 180 -
CMYK 0 0.46 0.18 0.14
HSL 323.76º 0.59% 0.66% -
HSV(B) 323.76º 0.46% 0.86% -
XYZ 44.35 31.7 46.96 -
YUV 156.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 220 119 180 0 0.46 0.18 0.14 323.76 0.59 0.66
Hex DC 77 B4 0 2E 12 E 144 3B 42
Octal 334 167 264 0 56 22 16 504 73 102
Binary 11011100 1110111 10110100 0 101110 10010 1110 101000100 111011 1000010

Color Harmonies of #DC77B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77B4

Black with #DC77B4

Text Example


Text Example

White with #DC77B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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