Html Css Color HEX #DC619E Pale Violet Red

📋 copy color: '#DC619E'

red 220 ◦ green 97 ◦ blue 158

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

Shades of Pale Violet Red #DC619E

Tints of Pale Violet Red #DC619E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.42%

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

R = 46.32%
G = 20.42%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC619E (or 0xDC619E) is known color: Pale Violet Red. HEX triplet: DC, 61 and 9E. RGB value is (220,97,158). Sum of RGB (Red+Green+Blue) = 220+97+158=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC619E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC619E is #239E61. Grayscale: #8C8C8C. Windows color (decimal): -2334306 or 10379740. OLE color: 10379740.

HSL color Cylindrical-coordinate representation of color #DC619E: hue angle of 330.24º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC619E is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 158 -
CMYK 0 0.56 0.28 0.14
HSL 330.24º 0.64% 0.62% -
HSV(B) 330.24º 0.56% 0.86% -
XYZ 39.96 26.23 35.31 -
YUV 140.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 220 97 158 0 0.56 0.28 0.14 330.24 0.64 0.62
Hex DC 61 9E 0 38 1C E 14A 40 3E
Octal 334 141 236 0 70 34 16 512 100 76
Binary 11011100 1100001 10011110 0 111000 11100 1110 101001010 1000000 111110

Color Harmonies of #DC619E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC619E

Black with #DC619E

Text Example


Text Example

White with #DC619E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC619E; }

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

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

background-color css

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

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

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

border-color css

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

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

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