Html Css Color HEX #DC77BC Persian Pink

📋 copy color: '#DC77BC'

red 220 ◦ green 119 ◦ blue 188

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

Shades of Persian Pink #DC77BC

Tints of Persian Pink #DC77BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 41.75%
G = 22.58%
B = 35.67%

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

#DC77BC (or 0xDC77BC) is known color: Persian Pink. HEX triplet: DC, 77 and BC. RGB value is (220,119,188). Sum of RGB (Red+Green+Blue) = 220+119+188=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 119 (46.88% from 255 or 22.58% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77BC is #238843. Grayscale: #9C9C9C. Windows color (decimal): -2328644 or 12351452. OLE color: 12351452.

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

Color convert

RGB 220 119 188 -
CMYK 0 0.46 0.15 0.14
HSL 319.01º 0.59% 0.66% -
HSV(B) 319.01º 0.46% 0.86% -
XYZ 45.19 32.04 51.38 -
YUV 157.07 145.46 172.89 -
System Red Green Blue C M Y K H S L
Decimal 220 119 188 0 0.46 0.15 0.14 319.01 0.59 0.66
Hex DC 77 BC 0 2E F E 13F 3B 42
Octal 334 167 274 0 56 17 16 477 73 102
Binary 11011100 1110111 10111100 0 101110 1111 1110 100111111 111011 1000010

Color Harmonies of #DC77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77BC

Black with #DC77BC

Text Example


Text Example

White with #DC77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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