Html Css Color HEX #DC7492 Pale Violet Red

📋 copy color: '#DC7492'

red 220 ◦ green 116 ◦ blue 146

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

Shades of Pale Violet Red #DC7492

Tints of Pale Violet Red #DC7492

RGB

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

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

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

R = 45.64%
G = 24.07%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC7492 (or 0xDC7492) is known color: Pale Violet Red. HEX triplet: DC, 74 and 92. RGB value is (220,116,146). Sum of RGB (Red+Green+Blue) = 220+116+146=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7492 is #238B6D. Grayscale: #969696. Windows color (decimal): -2329454 or 9598172. OLE color: 9598172.

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

Color convert

RGB 220 116 146 -
CMYK 0 0.47 0.34 0.14
HSL 342.69º 0.6% 0.66% -
HSV(B) 342.69º 0.47% 0.86% -
XYZ 40.95 29.78 30.78 -
YUV 150.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 220 116 146 0 0.47 0.34 0.14 342.69 0.6 0.66
Hex DC 74 92 0 2F 22 E 157 3C 42
Octal 334 164 222 0 57 42 16 527 74 102
Binary 11011100 1110100 10010010 0 101111 100010 1110 101010111 111100 1000010

Color Harmonies of #DC7492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7492

Black with #DC7492

Text Example


Text Example

White with #DC7492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7492; }

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

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

background-color css

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

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

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

border-color css

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

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

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