Html Css Color HEX #DC7EC1 Persian Pink

📋 copy color: '#DC7EC1'

red 220 ◦ green 126 ◦ blue 193

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

Shades of Persian Pink #DC7EC1

Tints of Persian Pink #DC7EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.38%

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 40.82%
G = 23.38%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC7EC1 (or 0xDC7EC1) is known color: Persian Pink. HEX triplet: DC, 7E and C1. RGB value is (220,126,193). Sum of RGB (Red+Green+Blue) = 220+126+193=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EC1 is #23813E. Grayscale: #A1A1A1. Windows color (decimal): -2326847 or 12680924. OLE color: 12680924.

HSL color Cylindrical-coordinate representation of color #DC7EC1: hue angle of 317.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7EC1 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 193 -
CMYK 0 0.43 0.12 0.14
HSL 317.23º 0.57% 0.68% -
HSV(B) 317.23º 0.43% 0.86% -
XYZ 46.6 33.99 54.56 -
YUV 161.74 145.64 169.55 -
System Red Green Blue C M Y K H S L
Decimal 220 126 193 0 0.43 0.12 0.14 317.23 0.57 0.68
Hex DC 7E C1 0 2B C E 13D 39 44
Octal 334 176 301 0 53 14 16 475 71 104
Binary 11011100 1111110 11000001 0 101011 1100 1110 100111101 111001 1000100

Color Harmonies of #DC7EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7EC1

Black with #DC7EC1

Text Example


Text Example

White with #DC7EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7EC1; }

 p { color: rgb(220,126,193); }

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

background-color css

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

 a { background-color: rgb(220,126,193); }

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

border-color css

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

 span { border-color: rgb(220,126,193); }

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