Html Css Color HEX #DC6491 Pale Violet Red

📋 copy color: '#DC6491'

red 220 ◦ green 100 ◦ blue 145

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

Shades of Pale Violet Red #DC6491

Tints of Pale Violet Red #DC6491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.51%

 BLUE value IS 145 (57.03% from 255) = 31.18%

R = 47.31%
G = 21.51%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC6491 (or 0xDC6491) is known color: Pale Violet Red. HEX triplet: DC, 64 and 91. RGB value is (220,100,145). Sum of RGB (Red+Green+Blue) = 220+100+145=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 100 (39.45% from 255 or 21.51% from 465); Blue value is 145 (57.03% from 255 or 31.18% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6491 is #239B6E. Grayscale: #8C8C8C. Windows color (decimal): -2333551 or 9528540. OLE color: 9528540.

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

Color convert

RGB 220 100 145 -
CMYK 0 0.55 0.34 0.14
HSL 337.5º 0.63% 0.63% -
HSV(B) 337.5º 0.55% 0.86% -
XYZ 39.18 26.37 29.81 -
YUV 141.01 130.26 184.34 -
System Red Green Blue C M Y K H S L
Decimal 220 100 145 0 0.55 0.34 0.14 337.5 0.63 0.63
Hex DC 64 91 0 37 22 E 152 3F 3F
Octal 334 144 221 0 67 42 16 522 77 77
Binary 11011100 1100100 10010001 0 110111 100010 1110 101010010 111111 111111

Color Harmonies of #DC6491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6491

Black with #DC6491

Text Example


Text Example

White with #DC6491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6491; }

 p { color: rgb(220,100,145); }

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

background-color css

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

 a { background-color: rgb(220,100,145); }

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

border-color css

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

 span { border-color: rgb(220,100,145); }

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