Html Css Color HEX #DC7FC2 Persian Pink

📋 copy color: '#DC7FC2'

red 220 ◦ green 127 ◦ blue 194

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

Shades of Persian Pink #DC7FC2

Tints of Persian Pink #DC7FC2

RGB

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

 GREEN value IS 127 (50% from 255) = 23.48%

 BLUE value IS 194 (76.17% from 255) = 35.86%

R = 40.67%
G = 23.48%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC7FC2 (or 0xDC7FC2) is known color: Persian Pink. HEX triplet: DC, 7F and C2. RGB value is (220,127,194). Sum of RGB (Red+Green+Blue) = 220+127+194=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FC2 is #23803D. Grayscale: #A2A2A2. Windows color (decimal): -2326590 or 12746716. OLE color: 12746716.

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

Color convert

RGB 220 127 194 -
CMYK 0 0.42 0.12 0.14
HSL 316.77º 0.57% 0.68% -
HSV(B) 316.77º 0.42% 0.86% -
XYZ 46.84 34.29 55.19 -
YUV 162.45 145.81 169.05 -
System Red Green Blue C M Y K H S L
Decimal 220 127 194 0 0.42 0.12 0.14 316.77 0.57 0.68
Hex DC 7F C2 0 2A C E 13D 39 44
Octal 334 177 302 0 52 14 16 475 71 104
Binary 11011100 1111111 11000010 0 101010 1100 1110 100111101 111001 1000100

Color Harmonies of #DC7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FC2

Black with #DC7FC2

Text Example


Text Example

White with #DC7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FC2; }

 p { color: rgb(220,127,194); }

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

background-color css

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

 a { background-color: rgb(220,127,194); }

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

border-color css

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

 span { border-color: rgb(220,127,194); }

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