Html Css Color HEX #DC7191 Pale Violet Red

📋 copy color: '#DC7191'

red 220 ◦ green 113 ◦ blue 145

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

Shades of Pale Violet Red #DC7191

Tints of Pale Violet Red #DC7191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.64%

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

R = 46.03%
G = 23.64%
B = 30.33%

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

#DC7191 (or 0xDC7191) is known color: Pale Violet Red. HEX triplet: DC, 71 and 91. RGB value is (220,113,145). Sum of RGB (Red+Green+Blue) = 220+113+145=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7191 is #238E6E. Grayscale: #949494. Windows color (decimal): -2330223 or 9531868. OLE color: 9531868.

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

Color convert

RGB 220 113 145 -
CMYK 0 0.49 0.34 0.14
HSL 342.06º 0.6% 0.65% -
HSV(B) 342.06º 0.49% 0.86% -
XYZ 40.53 29.07 30.26 -
YUV 148.64 125.95 178.9 -
System Red Green Blue C M Y K H S L
Decimal 220 113 145 0 0.49 0.34 0.14 342.06 0.6 0.65
Hex DC 71 91 0 31 22 E 156 3C 41
Octal 334 161 221 0 61 42 16 526 74 101
Binary 11011100 1110001 10010001 0 110001 100010 1110 101010110 111100 1000001

Color Harmonies of #DC7191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7191

Black with #DC7191

Text Example


Text Example

White with #DC7191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7191; }

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

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

background-color css

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

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

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

border-color css

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

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

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