Html Css Color HEX #DC77AF Persian Pink

📋 copy color: '#DC77AF'

red 220 ◦ green 119 ◦ blue 175

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

Shades of Persian Pink #DC77AF

Tints of Persian Pink #DC77AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.05%

R = 42.8%
G = 23.15%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC77AF (or 0xDC77AF) is known color: Persian Pink. HEX triplet: DC, 77 and AF. RGB value is (220,119,175). Sum of RGB (Red+Green+Blue) = 220+119+175=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC77AF is #238850. Grayscale: #9B9B9B. Windows color (decimal): -2328657 or 11499484. OLE color: 11499484.

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

Color convert

RGB 220 119 175 -
CMYK 0 0.46 0.20 0.14
HSL 326.73º 0.59% 0.66% -
HSV(B) 326.73º 0.46% 0.86% -
XYZ 43.85 31.5 44.33 -
YUV 155.58 138.96 173.95 -
System Red Green Blue C M Y K H S L
Decimal 220 119 175 0 0.46 0.20 0.14 326.73 0.59 0.66
Hex DC 77 AF 0 2E 14 E 147 3B 42
Octal 334 167 257 0 56 24 16 507 73 102
Binary 11011100 1110111 10101111 0 101110 10100 1110 101000111 111011 1000010

Color Harmonies of #DC77AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77AF

Black with #DC77AF

Text Example


Text Example

White with #DC77AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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