Html Css Color HEX #DC71B2 Persian Pink

📋 copy color: '#DC71B2'

red 220 ◦ green 113 ◦ blue 178

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

Shades of Persian Pink #DC71B2

Tints of Persian Pink #DC71B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.83%

R = 43.05%
G = 22.11%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC71B2 (or 0xDC71B2) is known color: Persian Pink. HEX triplet: DC, 71 and B2. RGB value is (220,113,178). Sum of RGB (Red+Green+Blue) = 220+113+178=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC71B2 is #238E4D. Grayscale: #989898. Windows color (decimal): -2330190 or 11694556. OLE color: 11694556.

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

Color convert

RGB 220 113 178 -
CMYK 0 0.49 0.19 0.14
HSL 323.55º 0.6% 0.65% -
HSV(B) 323.55º 0.49% 0.86% -
XYZ 43.46 30.24 45.67 -
YUV 152.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 220 113 178 0 0.49 0.19 0.14 323.55 0.6 0.65
Hex DC 71 B2 0 31 13 E 144 3C 41
Octal 334 161 262 0 61 23 16 504 74 101
Binary 11011100 1110001 10110010 0 110001 10011 1110 101000100 111100 1000001

Color Harmonies of #DC71B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC71B2

Black with #DC71B2

Text Example


Text Example

White with #DC71B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC71B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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