Html Css Color HEX #DC71BC Persian Pink

📋 copy color: '#DC71BC'

red 220 ◦ green 113 ◦ blue 188

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

Shades of Persian Pink #DC71BC

Tints of Persian Pink #DC71BC

RGB

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

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

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

R = 42.23%
G = 21.69%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC71BC (or 0xDC71BC) is known color: Persian Pink. HEX triplet: DC, 71 and BC. RGB value is (220,113,188). Sum of RGB (Red+Green+Blue) = 220+113+188=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71BC is #238E43. Grayscale: #999999. Windows color (decimal): -2330180 or 12349916. OLE color: 12349916.

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

Color convert

RGB 220 113 188 -
CMYK 0 0.49 0.15 0.14
HSL 317.94º 0.6% 0.65% -
HSV(B) 317.94º 0.49% 0.86% -
XYZ 44.5 30.66 51.15 -
YUV 153.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 220 113 188 0 0.49 0.15 0.14 317.94 0.6 0.65
Hex DC 71 BC 0 31 F E 13E 3C 41
Octal 334 161 274 0 61 17 16 476 74 101
Binary 11011100 1110001 10111100 0 110001 1111 1110 100111110 111100 1000001

Color Harmonies of #DC71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71BC

Black with #DC71BC

Text Example


Text Example

White with #DC71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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