Html Css Color HEX #DC6395 Pale Violet Red

📋 copy color: '#DC6395'

red 220 ◦ green 99 ◦ blue 149

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

Shades of Pale Violet Red #DC6395

Tints of Pale Violet Red #DC6395

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.15%

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

R = 47.01%
G = 21.15%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC6395 (or 0xDC6395) is known color: Pale Violet Red. HEX triplet: DC, 63 and 95. RGB value is (220,99,149). Sum of RGB (Red+Green+Blue) = 220+99+149=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 99 (39.06% from 255 or 21.15% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6395 is #239C6A. Grayscale: #8C8C8C. Windows color (decimal): -2333803 or 9790428. OLE color: 9790428.

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

Color convert

RGB 220 99 149 -
CMYK 0 0.55 0.32 0.14
HSL 335.21º 0.63% 0.63% -
HSV(B) 335.21º 0.55% 0.86% -
XYZ 39.4 26.31 31.44 -
YUV 140.88 132.59 184.43 -
System Red Green Blue C M Y K H S L
Decimal 220 99 149 0 0.55 0.32 0.14 335.21 0.63 0.63
Hex DC 63 95 0 37 20 E 14F 3F 3F
Octal 334 143 225 0 67 40 16 517 77 77
Binary 11011100 1100011 10010101 0 110111 100000 1110 101001111 111111 111111

Color Harmonies of #DC6395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6395

Black with #DC6395

Text Example


Text Example

White with #DC6395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6395; }

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

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

background-color css

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

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

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

border-color css

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

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

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