Html Css Color HEX #DC6493 Pale Violet Red

📋 copy color: '#DC6493'

red 220 ◦ green 100 ◦ blue 147

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

Shades of Pale Violet Red #DC6493

Tints of Pale Violet Red #DC6493

RGB

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

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

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

R = 47.11%
G = 21.41%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC6493 (or 0xDC6493) is known color: Pale Violet Red. HEX triplet: DC, 64 and 93. RGB value is (220,100,147). Sum of RGB (Red+Green+Blue) = 220+100+147=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6493 is #239B6C. Grayscale: #8D8D8D. Windows color (decimal): -2333549 or 9659612. OLE color: 9659612.

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

Color convert

RGB 220 100 147 -
CMYK 0 0.55 0.33 0.14
HSL 336.5º 0.63% 0.63% -
HSV(B) 336.5º 0.55% 0.86% -
XYZ 39.34 26.44 30.63 -
YUV 141.24 131.26 184.18 -
System Red Green Blue C M Y K H S L
Decimal 220 100 147 0 0.55 0.33 0.14 336.5 0.63 0.63
Hex DC 64 93 0 37 21 E 150 3F 3F
Octal 334 144 223 0 67 41 16 520 77 77
Binary 11011100 1100100 10010011 0 110111 100001 1110 101010000 111111 111111

Color Harmonies of #DC6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6493

Black with #DC6493

Text Example


Text Example

White with #DC6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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