Html Css Color HEX #DC7DC0 Persian Pink

📋 copy color: '#DC7DC0'

red 220 ◦ green 125 ◦ blue 192

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

Shades of Persian Pink #DC7DC0

Tints of Persian Pink #DC7DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.28%

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

R = 40.97%
G = 23.28%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC7DC0 (or 0xDC7DC0) is known color: Persian Pink. HEX triplet: DC, 7D and C0. RGB value is (220,125,192). Sum of RGB (Red+Green+Blue) = 220+125+192=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DC0 is #23823F. Grayscale: #A0A0A0. Windows color (decimal): -2327104 or 12615132. OLE color: 12615132.

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

Color convert

RGB 220 125 192 -
CMYK 0 0.43 0.13 0.14
HSL 317.68º 0.58% 0.68% -
HSV(B) 317.68º 0.43% 0.86% -
XYZ 46.36 33.69 53.93 -
YUV 161.04 145.47 170.05 -
System Red Green Blue C M Y K H S L
Decimal 220 125 192 0 0.43 0.13 0.14 317.68 0.58 0.68
Hex DC 7D C0 0 2B D E 13E 3A 44
Octal 334 175 300 0 53 15 16 476 72 104
Binary 11011100 1111101 11000000 0 101011 1101 1110 100111110 111010 1000100

Color Harmonies of #DC7DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DC0

Black with #DC7DC0

Text Example


Text Example

White with #DC7DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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