Html Css Color HEX #DC7095 Pale Violet Red

📋 copy color: '#DC7095'

red 220 ◦ green 112 ◦ blue 149

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

Shades of Pale Violet Red #DC7095

Tints of Pale Violet Red #DC7095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.98%

R = 45.74%
G = 23.28%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC7095 (or 0xDC7095) is known color: Pale Violet Red. HEX triplet: DC, 70 and 95. RGB value is (220,112,149). Sum of RGB (Red+Green+Blue) = 220+112+149=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 149 (58.59% from 255 or 30.98% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7095 is #238F6A. Grayscale: #949494. Windows color (decimal): -2330475 or 9793756. OLE color: 9793756.

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

Color convert

RGB 220 112 149 -
CMYK 0 0.49 0.32 0.14
HSL 339.44º 0.61% 0.65% -
HSV(B) 339.44º 0.49% 0.86% -
XYZ 40.73 28.97 31.88 -
YUV 148.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 220 112 149 0 0.49 0.32 0.14 339.44 0.61 0.65
Hex DC 70 95 0 31 20 E 153 3D 41
Octal 334 160 225 0 61 40 16 523 75 101
Binary 11011100 1110000 10010101 0 110001 100000 1110 101010011 111101 1000001

Color Harmonies of #DC7095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7095

Black with #DC7095

Text Example


Text Example

White with #DC7095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7095; }

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

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

background-color css

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

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

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

border-color css

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

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

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