Html Css Color HEX #DC7195 Pale Violet Red

📋 copy color: '#DC7195'

red 220 ◦ green 113 ◦ blue 149

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

Shades of Pale Violet Red #DC7195

Tints of Pale Violet Red #DC7195

RGB

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

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

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

R = 45.64%
G = 23.44%
B = 30.91%

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

#DC7195 (or 0xDC7195) is known color: Pale Violet Red. HEX triplet: DC, 71 and 95. RGB value is (220,113,149). Sum of RGB (Red+Green+Blue) = 220+113+149=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7195 is #238E6A. Grayscale: #959595. Windows color (decimal): -2330219 or 9794012. OLE color: 9794012.

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

Color convert

RGB 220 113 149 -
CMYK 0 0.49 0.32 0.14
HSL 339.81º 0.6% 0.65% -
HSV(B) 339.81º 0.49% 0.86% -
XYZ 40.85 29.2 31.92 -
YUV 149.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 220 113 149 0 0.49 0.32 0.14 339.81 0.6 0.65
Hex DC 71 95 0 31 20 E 154 3C 41
Octal 334 161 225 0 61 40 16 524 74 101
Binary 11011100 1110001 10010101 0 110001 100000 1110 101010100 111100 1000001

Color Harmonies of #DC7195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7195

Black with #DC7195

Text Example


Text Example

White with #DC7195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7195; }

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

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

background-color css

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

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

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

border-color css

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

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

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