Html Css Color HEX #DC7493 Pale Violet Red

📋 copy color: '#DC7493'

red 220 ◦ green 116 ◦ blue 147

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

Shades of Pale Violet Red #DC7493

Tints of Pale Violet Red #DC7493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.02%

 BLUE value IS 147 (57.81% from 255) = 30.43%

R = 45.55%
G = 24.02%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC7493 (or 0xDC7493) is known color: Pale Violet Red. HEX triplet: DC, 74 and 93. RGB value is (220,116,147). Sum of RGB (Red+Green+Blue) = 220+116+147=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7493 is #238B6C. Grayscale: #969696. Windows color (decimal): -2329453 or 9663708. OLE color: 9663708.

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

Color convert

RGB 220 116 147 -
CMYK 0 0.47 0.33 0.14
HSL 342.12º 0.6% 0.66% -
HSV(B) 342.12º 0.47% 0.86% -
XYZ 41.03 29.81 31.2 -
YUV 150.63 125.96 177.48 -
System Red Green Blue C M Y K H S L
Decimal 220 116 147 0 0.47 0.33 0.14 342.12 0.6 0.66
Hex DC 74 93 0 2F 21 E 156 3C 42
Octal 334 164 223 0 57 41 16 526 74 102
Binary 11011100 1110100 10010011 0 101111 100001 1110 101010110 111100 1000010

Color Harmonies of #DC7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7493

Black with #DC7493

Text Example


Text Example

White with #DC7493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7493; }

 p { color: rgb(220,116,147); }

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

background-color css

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

 a { background-color: rgb(220,116,147); }

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

border-color css

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

 span { border-color: rgb(220,116,147); }

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