Html Css Color HEX #DC6499 Pale Violet Red

📋 copy color: '#DC6499'

red 220 ◦ green 100 ◦ blue 153

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

Shades of Pale Violet Red #DC6499

Tints of Pale Violet Red #DC6499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.35%

R = 46.51%
G = 21.14%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC6499 (or 0xDC6499) is known color: Pale Violet Red. HEX triplet: DC, 64 and 99. RGB value is (220,100,153). Sum of RGB (Red+Green+Blue) = 220+100+153=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6499 is #239B66. Grayscale: #8D8D8D. Windows color (decimal): -2333543 or 10052828. OLE color: 10052828.

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

Color convert

RGB 220 100 153 -
CMYK 0 0.55 0.30 0.14
HSL 333.5º 0.63% 0.63% -
HSV(B) 333.5º 0.55% 0.86% -
XYZ 39.82 26.63 33.18 -
YUV 141.92 134.26 183.69 -
System Red Green Blue C M Y K H S L
Decimal 220 100 153 0 0.55 0.30 0.14 333.5 0.63 0.63
Hex DC 64 99 0 37 1E E 14E 3F 3F
Octal 334 144 231 0 67 36 16 516 77 77
Binary 11011100 1100100 10011001 0 110111 11110 1110 101001110 111111 111111

Color Harmonies of #DC6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6499

Black with #DC6499

Text Example


Text Example

White with #DC6499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6499; }

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

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

background-color css

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

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

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

border-color css

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

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

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