Html Css Color HEX #DC7FC0 Persian Pink

📋 copy color: '#DC7FC0'

red 220 ◦ green 127 ◦ blue 192

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

Shades of Persian Pink #DC7FC0

Tints of Persian Pink #DC7FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 35.62%

R = 40.82%
G = 23.56%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC7FC0 (or 0xDC7FC0) is known color: Persian Pink. HEX triplet: DC, 7F and C0. RGB value is (220,127,192). Sum of RGB (Red+Green+Blue) = 220+127+192=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FC0 is #23803F. Grayscale: #A2A2A2. Windows color (decimal): -2326592 or 12615644. OLE color: 12615644.

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

Color convert

RGB 220 127 192 -
CMYK 0 0.42 0.13 0.14
HSL 318.06º 0.57% 0.68% -
HSV(B) 318.06º 0.42% 0.86% -
XYZ 46.62 34.2 54.01 -
YUV 162.22 144.81 169.21 -
System Red Green Blue C M Y K H S L
Decimal 220 127 192 0 0.42 0.13 0.14 318.06 0.57 0.68
Hex DC 7F C0 0 2A D E 13E 39 44
Octal 334 177 300 0 52 15 16 476 71 104
Binary 11011100 1111111 11000000 0 101010 1101 1110 100111110 111001 1000100

Color Harmonies of #DC7FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7FC0

Black with #DC7FC0

Text Example


Text Example

White with #DC7FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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