Html Css Color HEX #DC71AF Persian Pink

📋 copy color: '#DC71AF'

red 220 ◦ green 113 ◦ blue 175

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

Shades of Persian Pink #DC71AF

Tints of Persian Pink #DC71AF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.24%

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

R = 43.31%
G = 22.24%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC71AF (or 0xDC71AF) is known color: Persian Pink. HEX triplet: DC, 71 and AF. RGB value is (220,113,175). Sum of RGB (Red+Green+Blue) = 220+113+175=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 113 (44.53% from 255 or 22.24% from 508); Blue value is 175 (68.75% from 255 or 34.45% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC71AF is #238E50. Grayscale: #979797. Windows color (decimal): -2330193 or 11497948. OLE color: 11497948.

HSL color Cylindrical-coordinate representation of color #DC71AF: hue angle of 325.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC71AF is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 113 175 -
CMYK 0 0.49 0.20 0.14
HSL 325.23º 0.6% 0.65% -
HSV(B) 325.23º 0.49% 0.86% -
XYZ 43.16 30.12 44.1 -
YUV 152.06 140.95 176.46 -
System Red Green Blue C M Y K H S L
Decimal 220 113 175 0 0.49 0.20 0.14 325.23 0.6 0.65
Hex DC 71 AF 0 31 14 E 145 3C 41
Octal 334 161 257 0 61 24 16 505 74 101
Binary 11011100 1110001 10101111 0 110001 10100 1110 101000101 111100 1000001

Color Harmonies of #DC71AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71AF

Black with #DC71AF

Text Example


Text Example

White with #DC71AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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