Html Css Color HEX #DC619A Pale Violet Red

📋 copy color: '#DC619A'

red 220 ◦ green 97 ◦ blue 154

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

Shades of Pale Violet Red #DC619A

Tints of Pale Violet Red #DC619A

RGB

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

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

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

R = 46.71%
G = 20.59%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC619A (or 0xDC619A) is known color: Pale Violet Red. HEX triplet: DC, 61 and 9A. RGB value is (220,97,154). Sum of RGB (Red+Green+Blue) = 220+97+154=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC619A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC619A is #239E65. Grayscale: #8C8C8C. Windows color (decimal): -2334310 or 10117596. OLE color: 10117596.

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

Color convert

RGB 220 97 154 -
CMYK 0 0.56 0.3 0.14
HSL 332.2º 0.64% 0.62% -
HSV(B) 332.2º 0.56% 0.86% -
XYZ 39.62 26.1 33.52 -
YUV 140.28 135.75 184.87 -
System Red Green Blue C M Y K H S L
Decimal 220 97 154 0 0.56 0.3 0.14 332.2 0.64 0.62
Hex DC 61 9A 0 38 1E E 14C 40 3E
Octal 334 141 232 0 70 36 16 514 100 76
Binary 11011100 1100001 10011010 0 111000 11110 1110 101001100 1000000 111110

Color Harmonies of #DC619A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC619A

Black with #DC619A

Text Example


Text Example

White with #DC619A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC619A; }

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

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

background-color css

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

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

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

border-color css

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

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

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