Html Css Color HEX #DC7091 Pale Violet Red

📋 copy color: '#DC7091'

red 220 ◦ green 112 ◦ blue 145

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

Shades of Pale Violet Red #DC7091

Tints of Pale Violet Red #DC7091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.4%

R = 46.12%
G = 23.48%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC7091 (or 0xDC7091) is known color: Pale Violet Red. HEX triplet: DC, 70 and 91. RGB value is (220,112,145). Sum of RGB (Red+Green+Blue) = 220+112+145=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7091 is #238F6E. Grayscale: #949494. Windows color (decimal): -2330479 or 9531612. OLE color: 9531612.

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

Color convert

RGB 220 112 145 -
CMYK 0 0.49 0.34 0.14
HSL 341.67º 0.61% 0.65% -
HSV(B) 341.67º 0.49% 0.86% -
XYZ 40.42 28.85 30.23 -
YUV 148.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 220 112 145 0 0.49 0.34 0.14 341.67 0.61 0.65
Hex DC 70 91 0 31 22 E 156 3D 41
Octal 334 160 221 0 61 42 16 526 75 101
Binary 11011100 1110000 10010001 0 110001 100010 1110 101010110 111101 1000001

Color Harmonies of #DC7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7091

Black with #DC7091

Text Example


Text Example

White with #DC7091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7091; }

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

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

background-color css

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

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

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

border-color css

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

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

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