Html Css Color HEX #DC6790 Pale Violet Red

📋 copy color: '#DC6790'

red 220 ◦ green 103 ◦ blue 144

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

Shades of Pale Violet Red #DC6790

Tints of Pale Violet Red #DC6790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.84%

R = 47.11%
G = 22.06%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC6790 (or 0xDC6790) is known color: Pale Violet Red. HEX triplet: DC, 67 and 90. RGB value is (220,103,144). Sum of RGB (Red+Green+Blue) = 220+103+144=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6790 is #23986F. Grayscale: #8E8E8E. Windows color (decimal): -2332784 or 9463772. OLE color: 9463772.

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

Color convert

RGB 220 103 144 -
CMYK 0 0.53 0.35 0.14
HSL 338.97º 0.63% 0.63% -
HSV(B) 338.97º 0.53% 0.86% -
XYZ 39.4 26.93 29.51 -
YUV 142.66 128.76 183.17 -
System Red Green Blue C M Y K H S L
Decimal 220 103 144 0 0.53 0.35 0.14 338.97 0.63 0.63
Hex DC 67 90 0 35 23 E 153 3F 3F
Octal 334 147 220 0 65 43 16 523 77 77
Binary 11011100 1100111 10010000 0 110101 100011 1110 101010011 111111 111111

Color Harmonies of #DC6790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6790

Black with #DC6790

Text Example


Text Example

White with #DC6790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6790; }

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

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

background-color css

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

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

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

border-color css

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

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

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