Html Css Color HEX #DC71BA Persian Pink

📋 copy color: '#DC71BA'

red 220 ◦ green 113 ◦ blue 186

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

Shades of Persian Pink #DC71BA

Tints of Persian Pink #DC71BA

RGB

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

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

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

R = 42.39%
G = 21.77%
B = 35.84%

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

#DC71BA (or 0xDC71BA) is known color: Persian Pink. HEX triplet: DC, 71 and BA. RGB value is (220,113,186). Sum of RGB (Red+Green+Blue) = 220+113+186=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71BA is #238E45. Grayscale: #999999. Windows color (decimal): -2330182 or 12218844. OLE color: 12218844.

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

Color convert

RGB 220 113 186 -
CMYK 0 0.49 0.15 0.14
HSL 319.07º 0.6% 0.65% -
HSV(B) 319.07º 0.49% 0.86% -
XYZ 44.28 30.57 50.02 -
YUV 153.32 146.45 175.56 -
System Red Green Blue C M Y K H S L
Decimal 220 113 186 0 0.49 0.15 0.14 319.07 0.6 0.65
Hex DC 71 BA 0 31 F E 13F 3C 41
Octal 334 161 272 0 61 17 16 477 74 101
Binary 11011100 1110001 10111010 0 110001 1111 1110 100111111 111100 1000001

Color Harmonies of #DC71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71BA

Black with #DC71BA

Text Example


Text Example

White with #DC71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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