Html Css Color HEX #DC7DBF Persian Pink

📋 copy color: '#DC7DBF'

red 220 ◦ green 125 ◦ blue 191

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

Shades of Persian Pink #DC7DBF

Tints of Persian Pink #DC7DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.63%

R = 41.04%
G = 23.32%
B = 35.63%

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

#DC7DBF (or 0xDC7DBF) is known color: Persian Pink. HEX triplet: DC, 7D and BF. RGB value is (220,125,191). Sum of RGB (Red+Green+Blue) = 220+125+191=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DBF is #238240. Grayscale: #A0A0A0. Windows color (decimal): -2327105 or 12549596. OLE color: 12549596.

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

Color convert

RGB 220 125 191 -
CMYK 0 0.43 0.13 0.14
HSL 318.32º 0.58% 0.68% -
HSV(B) 318.32º 0.43% 0.86% -
XYZ 46.25 33.64 53.35 -
YUV 160.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 220 125 191 0 0.43 0.13 0.14 318.32 0.58 0.68
Hex DC 7D BF 0 2B D E 13E 3A 44
Octal 334 175 277 0 53 15 16 476 72 104
Binary 11011100 1111101 10111111 0 101011 1101 1110 100111110 111010 1000100

Color Harmonies of #DC7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7DBF

Black with #DC7DBF

Text Example


Text Example

White with #DC7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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