Html Css Color HEX #DC639A Pale Violet Red

📋 copy color: '#DC639A'

red 220 ◦ green 99 ◦ blue 154

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

Shades of Pale Violet Red #DC639A

Tints of Pale Violet Red #DC639A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 46.51%
G = 20.93%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC639A (or 0xDC639A) is known color: Pale Violet Red. HEX triplet: DC, 63 and 9A. RGB value is (220,99,154). Sum of RGB (Red+Green+Blue) = 220+99+154=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC639A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC639A is #239C65. Grayscale: #8D8D8D. Windows color (decimal): -2333798 or 10118108. OLE color: 10118108.

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

Color convert

RGB 220 99 154 -
CMYK 0 0.55 0.3 0.14
HSL 332.73º 0.63% 0.63% -
HSV(B) 332.73º 0.55% 0.86% -
XYZ 39.81 26.47 33.58 -
YUV 141.45 135.09 184.03 -
System Red Green Blue C M Y K H S L
Decimal 220 99 154 0 0.55 0.3 0.14 332.73 0.63 0.63
Hex DC 63 9A 0 37 1E E 14D 3F 3F
Octal 334 143 232 0 67 36 16 515 77 77
Binary 11011100 1100011 10011010 0 110111 11110 1110 101001101 111111 111111

Color Harmonies of #DC639A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC639A

Black with #DC639A

Text Example


Text Example

White with #DC639A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC639A; }

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

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

background-color css

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

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

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

border-color css

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

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

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