Html Css Color HEX #DC70B7 Persian Pink

📋 copy color: '#DC70B7'

red 220 ◦ green 112 ◦ blue 183

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

Shades of Persian Pink #DC70B7

Tints of Persian Pink #DC70B7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.75%

 BLUE value IS 183 (71.88% from 255) = 35.53%

R = 42.72%
G = 21.75%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC70B7 (or 0xDC70B7) is known color: Persian Pink. HEX triplet: DC, 70 and B7. RGB value is (220,112,183). Sum of RGB (Red+Green+Blue) = 220+112+183=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC70B7 is #238F48. Grayscale: #989898. Windows color (decimal): -2330441 or 12021980. OLE color: 12021980.

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

Color convert

RGB 220 112 183 -
CMYK 0 0.49 0.17 0.14
HSL 320.56º 0.61% 0.65% -
HSV(B) 320.56º 0.49% 0.86% -
XYZ 43.86 30.22 48.32 -
YUV 152.39 145.28 176.23 -
System Red Green Blue C M Y K H S L
Decimal 220 112 183 0 0.49 0.17 0.14 320.56 0.61 0.65
Hex DC 70 B7 0 31 11 E 141 3D 41
Octal 334 160 267 0 61 21 16 501 75 101
Binary 11011100 1110000 10110111 0 110001 10001 1110 101000001 111101 1000001

Color Harmonies of #DC70B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70B7

Black with #DC70B7

Text Example


Text Example

White with #DC70B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70B7; }

 p { color: rgb(220,112,183); }

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

background-color css

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

 a { background-color: rgb(220,112,183); }

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

border-color css

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

 span { border-color: rgb(220,112,183); }

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