Html Css Color HEX #DC639E Pale Violet Red

📋 copy color: '#DC639E'

red 220 ◦ green 99 ◦ blue 158

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

Shades of Pale Violet Red #DC639E

Tints of Pale Violet Red #DC639E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.12%

R = 46.12%
G = 20.75%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC639E (or 0xDC639E) is known color: Pale Violet Red. HEX triplet: DC, 63 and 9E. RGB value is (220,99,158). Sum of RGB (Red+Green+Blue) = 220+99+158=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC639E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC639E is #239C61. Grayscale: #8D8D8D. Windows color (decimal): -2333794 or 10380252. OLE color: 10380252.

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

Color convert

RGB 220 99 158 -
CMYK 0 0.55 0.28 0.14
HSL 330.74º 0.63% 0.63% -
HSV(B) 330.74º 0.55% 0.86% -
XYZ 40.15 26.61 35.37 -
YUV 141.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 220 99 158 0 0.55 0.28 0.14 330.74 0.63 0.63
Hex DC 63 9E 0 37 1C E 14B 3F 3F
Octal 334 143 236 0 67 34 16 513 77 77
Binary 11011100 1100011 10011110 0 110111 11100 1110 101001011 111111 111111

Color Harmonies of #DC639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC639E

Black with #DC639E

Text Example


Text Example

White with #DC639E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC639E; }

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

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

background-color css

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

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

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

border-color css

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

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

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