Html Css Color HEX #DC7094 Pale Violet Red

📋 copy color: '#DC7094'

red 220 ◦ green 112 ◦ blue 148

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

Shades of Pale Violet Red #DC7094

Tints of Pale Violet Red #DC7094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.33%

 BLUE value IS 148 (58.2% from 255) = 30.83%

R = 45.83%
G = 23.33%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC7094 (or 0xDC7094) is known color: Pale Violet Red. HEX triplet: DC, 70 and 94. RGB value is (220,112,148). Sum of RGB (Red+Green+Blue) = 220+112+148=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 148 (58.20% from 255 or 30.83% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7094 is #238F6B. Grayscale: #949494. Windows color (decimal): -2330476 or 9728220. OLE color: 9728220.

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

Color convert

RGB 220 112 148 -
CMYK 0 0.49 0.33 0.14
HSL 340º 0.61% 0.65% -
HSV(B) 340º 0.49% 0.86% -
XYZ 40.65 28.94 31.46 -
YUV 148.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 220 112 148 0 0.49 0.33 0.14 340 0.61 0.65
Hex DC 70 94 0 31 21 E 154 3D 41
Octal 334 160 224 0 61 41 16 524 75 101
Binary 11011100 1110000 10010100 0 110001 100001 1110 101010100 111101 1000001

Color Harmonies of #DC7094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7094

Black with #DC7094

Text Example


Text Example

White with #DC7094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7094; }

 p { color: rgb(220,112,148); }

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

background-color css

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

 a { background-color: rgb(220,112,148); }

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

border-color css

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

 span { border-color: rgb(220,112,148); }

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