Html Css Color HEX #DC7391 Pale Violet Red

📋 copy color: '#DC7391'

red 220 ◦ green 115 ◦ blue 145

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

Shades of Pale Violet Red #DC7391

Tints of Pale Violet Red #DC7391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.96%

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 45.83%
G = 23.96%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC7391 (or 0xDC7391) is known color: Pale Violet Red. HEX triplet: DC, 73 and 91. RGB value is (220,115,145). Sum of RGB (Red+Green+Blue) = 220+115+145=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7391 is #238C6E. Grayscale: #959595. Windows color (decimal): -2329711 or 9532380. OLE color: 9532380.

HSL color Cylindrical-coordinate representation of color #DC7391: hue angle of 342.86º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7391 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 145 -
CMYK 0 0.48 0.34 0.14
HSL 342.86º 0.6% 0.66% -
HSV(B) 342.86º 0.48% 0.86% -
XYZ 40.76 29.52 30.34 -
YUV 149.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 220 115 145 0 0.48 0.34 0.14 342.86 0.6 0.66
Hex DC 73 91 0 30 22 E 157 3C 42
Octal 334 163 221 0 60 42 16 527 74 102
Binary 11011100 1110011 10010001 0 110000 100010 1110 101010111 111100 1000010

Color Harmonies of #DC7391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7391

Black with #DC7391

Text Example


Text Example

White with #DC7391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7391; }

 p { color: rgb(220,115,145); }

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

background-color css

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

 a { background-color: rgb(220,115,145); }

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

border-color css

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

 span { border-color: rgb(220,115,145); }

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