Html Css Color HEX #DC7392 Pale Violet Red

📋 copy color: '#DC7392'

red 220 ◦ green 115 ◦ blue 146

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

Shades of Pale Violet Red #DC7392

Tints of Pale Violet Red #DC7392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.35%

R = 45.74%
G = 23.91%
B = 30.35%

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

#DC7392 (or 0xDC7392) is known color: Pale Violet Red. HEX triplet: DC, 73 and 92. RGB value is (220,115,146). Sum of RGB (Red+Green+Blue) = 220+115+146=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7392 is #238C6D. Grayscale: #959595. Windows color (decimal): -2329710 or 9597916. OLE color: 9597916.

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

Color convert

RGB 220 115 146 -
CMYK 0 0.48 0.34 0.14
HSL 342.29º 0.6% 0.66% -
HSV(B) 342.29º 0.48% 0.86% -
XYZ 40.83 29.55 30.75 -
YUV 149.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 220 115 146 0 0.48 0.34 0.14 342.29 0.6 0.66
Hex DC 73 92 0 30 22 E 156 3C 42
Octal 334 163 222 0 60 42 16 526 74 102
Binary 11011100 1110011 10010010 0 110000 100010 1110 101010110 111100 1000010

Color Harmonies of #DC7392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7392

Black with #DC7392

Text Example


Text Example

White with #DC7392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7392; }

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

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

background-color css

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

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

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

border-color css

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

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

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