Html Css Color HEX #DC6793 Pale Violet Red

📋 copy color: '#DC6793'

red 220 ◦ green 103 ◦ blue 147

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

Shades of Pale Violet Red #DC6793

Tints of Pale Violet Red #DC6793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.28%

R = 46.81%
G = 21.91%
B = 31.28%

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

#DC6793 (or 0xDC6793) is known color: Pale Violet Red. HEX triplet: DC, 67 and 93. RGB value is (220,103,147). Sum of RGB (Red+Green+Blue) = 220+103+147=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6793 is #23986C. Grayscale: #8E8E8E. Windows color (decimal): -2332781 or 9660380. OLE color: 9660380.

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

Color convert

RGB 220 103 147 -
CMYK 0 0.53 0.33 0.14
HSL 337.44º 0.63% 0.63% -
HSV(B) 337.44º 0.53% 0.86% -
XYZ 39.63 27.02 30.73 -
YUV 143 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 220 103 147 0 0.53 0.33 0.14 337.44 0.63 0.63
Hex DC 67 93 0 35 21 E 151 3F 3F
Octal 334 147 223 0 65 41 16 521 77 77
Binary 11011100 1100111 10010011 0 110101 100001 1110 101010001 111111 111111

Color Harmonies of #DC6793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6793

Black with #DC6793

Text Example


Text Example

White with #DC6793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6793; }

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

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

background-color css

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

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

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

border-color css

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

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

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