Html Css Color HEX #DC7496 Pale Violet Red

📋 copy color: '#DC7496'

red 220 ◦ green 116 ◦ blue 150

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

Shades of Pale Violet Red #DC7496

Tints of Pale Violet Red #DC7496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 30.86%

R = 45.27%
G = 23.87%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC7496 (or 0xDC7496) is known color: Pale Violet Red. HEX triplet: DC, 74 and 96. RGB value is (220,116,150). Sum of RGB (Red+Green+Blue) = 220+116+150=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 150 (58.98% from 255 or 30.86% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7496 is #238B69. Grayscale: #969696. Windows color (decimal): -2329450 or 9860316. OLE color: 9860316.

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

Color convert

RGB 220 116 150 -
CMYK 0 0.47 0.32 0.14
HSL 340.38º 0.6% 0.66% -
HSV(B) 340.38º 0.47% 0.86% -
XYZ 41.27 29.91 32.45 -
YUV 150.97 127.46 177.24 -
System Red Green Blue C M Y K H S L
Decimal 220 116 150 0 0.47 0.32 0.14 340.38 0.6 0.66
Hex DC 74 96 0 2F 20 E 154 3C 42
Octal 334 164 226 0 57 40 16 524 74 102
Binary 11011100 1110100 10010110 0 101111 100000 1110 101010100 111100 1000010

Color Harmonies of #DC7496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7496

Black with #DC7496

Text Example


Text Example

White with #DC7496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7496; }

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

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

background-color css

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

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

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

border-color css

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

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

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