Html Css Color HEX #DC77BA Persian Pink

📋 copy color: '#DC77BA'

red 220 ◦ green 119 ◦ blue 186

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

Shades of Persian Pink #DC77BA

Tints of Persian Pink #DC77BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.43%

R = 41.9%
G = 22.67%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC77BA (or 0xDC77BA) is known color: Persian Pink. HEX triplet: DC, 77 and BA. RGB value is (220,119,186). Sum of RGB (Red+Green+Blue) = 220+119+186=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77BA is #238845. Grayscale: #9C9C9C. Windows color (decimal): -2328646 or 12220380. OLE color: 12220380.

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

Color convert

RGB 220 119 186 -
CMYK 0 0.46 0.15 0.14
HSL 320.2º 0.59% 0.66% -
HSV(B) 320.2º 0.46% 0.86% -
XYZ 44.97 31.95 50.25 -
YUV 156.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 220 119 186 0 0.46 0.15 0.14 320.2 0.59 0.66
Hex DC 77 BA 0 2E F E 140 3B 42
Octal 334 167 272 0 56 17 16 500 73 102
Binary 11011100 1110111 10111010 0 101110 1111 1110 101000000 111011 1000010

Color Harmonies of #DC77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77BA

Black with #DC77BA

Text Example


Text Example

White with #DC77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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