Html Css Color HEX #DC6794 Pale Violet Red

📋 copy color: '#DC6794'

red 220 ◦ green 103 ◦ blue 148

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

Shades of Pale Violet Red #DC6794

Tints of Pale Violet Red #DC6794

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.87%

 BLUE value IS 148 (58.2% from 255) = 31.42%

R = 46.71%
G = 21.87%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC6794 (or 0xDC6794) is known color: Pale Violet Red. HEX triplet: DC, 67 and 94. RGB value is (220,103,148). Sum of RGB (Red+Green+Blue) = 220+103+148=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6794 is #23986B. Grayscale: #8F8F8F. Windows color (decimal): -2332780 or 9725916. OLE color: 9725916.

HSL color Cylindrical-coordinate representation of color #DC6794: hue angle of 336.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6794 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 103 148 -
CMYK 0 0.53 0.33 0.14
HSL 336.92º 0.63% 0.63% -
HSV(B) 336.92º 0.53% 0.86% -
XYZ 39.71 27.05 31.15 -
YUV 143.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 220 103 148 0 0.53 0.33 0.14 336.92 0.63 0.63
Hex DC 67 94 0 35 21 E 151 3F 3F
Octal 334 147 224 0 65 41 16 521 77 77
Binary 11011100 1100111 10010100 0 110101 100001 1110 101010001 111111 111111

Color Harmonies of #DC6794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6794

Black with #DC6794

Text Example


Text Example

White with #DC6794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6794; }

 p { color: rgb(220,103,148); }

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

background-color css

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

 a { background-color: rgb(220,103,148); }

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

border-color css

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

 span { border-color: rgb(220,103,148); }

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