Html Css Color HEX #DC619B Pale Violet Red

📋 copy color: '#DC619B'

red 220 ◦ green 97 ◦ blue 155

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

Shades of Pale Violet Red #DC619B

Tints of Pale Violet Red #DC619B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.84%

R = 46.61%
G = 20.55%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC619B (or 0xDC619B) is known color: Pale Violet Red. HEX triplet: DC, 61 and 9B. RGB value is (220,97,155). Sum of RGB (Red+Green+Blue) = 220+97+155=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC619B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC619B is #239E64. Grayscale: #8C8C8C. Windows color (decimal): -2334309 or 10183132. OLE color: 10183132.

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

Color convert

RGB 220 97 155 -
CMYK 0 0.56 0.30 0.14
HSL 331.71º 0.64% 0.62% -
HSV(B) 331.71º 0.56% 0.86% -
XYZ 39.71 26.13 33.96 -
YUV 140.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 220 97 155 0 0.56 0.30 0.14 331.71 0.64 0.62
Hex DC 61 9B 0 38 1E E 14C 40 3E
Octal 334 141 233 0 70 36 16 514 100 76
Binary 11011100 1100001 10011011 0 111000 11110 1110 101001100 1000000 111110

Color Harmonies of #DC619B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC619B

Black with #DC619B

Text Example


Text Example

White with #DC619B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC619B; }

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

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

background-color css

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

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

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

border-color css

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

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

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