Html Css Color HEX #DC70B1 Persian Pink

📋 copy color: '#DC70B1'

red 220 ◦ green 112 ◦ blue 177

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

Shades of Persian Pink #DC70B1

Tints of Persian Pink #DC70B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.77%

R = 43.22%
G = 22%
B = 34.77%

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

#DC70B1 (or 0xDC70B1) is known color: Persian Pink. HEX triplet: DC, 70 and B1. RGB value is (220,112,177). Sum of RGB (Red+Green+Blue) = 220+112+177=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC70B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC70B1 is #238F4E. Grayscale: #979797. Windows color (decimal): -2330447 or 11628764. OLE color: 11628764.

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

Color convert

RGB 220 112 177 -
CMYK 0 0.49 0.20 0.14
HSL 323.89º 0.61% 0.65% -
HSV(B) 323.89º 0.49% 0.86% -
XYZ 43.25 29.98 45.1 -
YUV 151.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 220 112 177 0 0.49 0.20 0.14 323.89 0.61 0.65
Hex DC 70 B1 0 31 14 E 144 3D 41
Octal 334 160 261 0 61 24 16 504 75 101
Binary 11011100 1110000 10110001 0 110001 10100 1110 101000100 111101 1000001

Color Harmonies of #DC70B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC70B1

Black with #DC70B1

Text Example


Text Example

White with #DC70B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC70B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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