Html Css Color HEX #DC6595 Pale Violet Red

📋 copy color: '#DC6595'

red 220 ◦ green 101 ◦ blue 149

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

Shades of Pale Violet Red #DC6595

Tints of Pale Violet Red #DC6595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

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

R = 46.81%
G = 21.49%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC6595 (or 0xDC6595) is known color: Pale Violet Red. HEX triplet: DC, 65 and 95. RGB value is (220,101,149). Sum of RGB (Red+Green+Blue) = 220+101+149=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6595 is #239A6A. Grayscale: #8D8D8D. Windows color (decimal): -2333291 or 9790940. OLE color: 9790940.

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

Color convert

RGB 220 101 149 -
CMYK 0 0.54 0.32 0.14
HSL 335.8º 0.63% 0.63% -
HSV(B) 335.8º 0.54% 0.86% -
XYZ 39.59 26.69 31.5 -
YUV 142.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 220 101 149 0 0.54 0.32 0.14 335.8 0.63 0.63
Hex DC 65 95 0 36 20 E 150 3F 3F
Octal 334 145 225 0 66 40 16 520 77 77
Binary 11011100 1100101 10010101 0 110110 100000 1110 101010000 111111 111111

Color Harmonies of #DC6595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6595

Black with #DC6595

Text Example


Text Example

White with #DC6595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6595; }

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

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

background-color css

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

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

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

border-color css

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

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

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