Html Css Color HEX #DC7291 Pale Violet Red

📋 copy color: '#DC7291'

red 220 ◦ green 114 ◦ blue 145

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

Shades of Pale Violet Red #DC7291

Tints of Pale Violet Red #DC7291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.8%

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

R = 45.93%
G = 23.8%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC7291 (or 0xDC7291) is known color: Pale Violet Red. HEX triplet: DC, 72 and 91. RGB value is (220,114,145). Sum of RGB (Red+Green+Blue) = 220+114+145=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7291 is #238D6E. Grayscale: #959595. Windows color (decimal): -2329967 or 9532124. OLE color: 9532124.

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

Color convert

RGB 220 114 145 -
CMYK 0 0.48 0.34 0.14
HSL 342.45º 0.6% 0.65% -
HSV(B) 342.45º 0.48% 0.86% -
XYZ 40.64 29.29 30.3 -
YUV 149.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 220 114 145 0 0.48 0.34 0.14 342.45 0.6 0.65
Hex DC 72 91 0 30 22 E 156 3C 41
Octal 334 162 221 0 60 42 16 526 74 101
Binary 11011100 1110010 10010001 0 110000 100010 1110 101010110 111100 1000001

Color Harmonies of #DC7291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7291

Black with #DC7291

Text Example


Text Example

White with #DC7291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7291; }

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

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

background-color css

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

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

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

border-color css

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

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

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