Html Css Color HEX #DC62A0 Pale Violet Red

📋 copy color: '#DC62A0'

red 220 ◦ green 98 ◦ blue 160

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

Shades of Pale Violet Red #DC62A0

Tints of Pale Violet Red #DC62A0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.5%

 BLUE value IS 160 (62.89% from 255) = 33.47%

R = 46.03%
G = 20.5%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC62A0 (or 0xDC62A0) is known color: Pale Violet Red. HEX triplet: DC, 62 and A0. RGB value is (220,98,160). Sum of RGB (Red+Green+Blue) = 220+98+160=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC62A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC62A0 is #239D5F. Grayscale: #8D8D8D. Windows color (decimal): -2334048 or 10511068. OLE color: 10511068.

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

Color convert

RGB 220 98 160 -
CMYK 0 0.55 0.27 0.14
HSL 329.51º 0.64% 0.62% -
HSV(B) 329.51º 0.55% 0.86% -
XYZ 40.23 26.49 36.25 -
YUV 141.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 220 98 160 0 0.55 0.27 0.14 329.51 0.64 0.62
Hex DC 62 A0 0 37 1B E 14A 40 3E
Octal 334 142 240 0 67 33 16 512 100 76
Binary 11011100 1100010 10100000 0 110111 11011 1110 101001010 1000000 111110

Color Harmonies of #DC62A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC62A0

Black with #DC62A0

Text Example


Text Example

White with #DC62A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC62A0; }

 p { color: rgb(220,98,160); }

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

background-color css

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

 a { background-color: rgb(220,98,160); }

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

border-color css

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

 span { border-color: rgb(220,98,160); }

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