Html Css Color HEX #DC6490 Pale Violet Red

📋 copy color: '#DC6490'

red 220 ◦ green 100 ◦ blue 144

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

Shades of Pale Violet Red #DC6490

Tints of Pale Violet Red #DC6490

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.55%

 BLUE value IS 144 (56.64% from 255) = 31.03%

R = 47.41%
G = 21.55%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC6490 (or 0xDC6490) is known color: Pale Violet Red. HEX triplet: DC, 64 and 90. RGB value is (220,100,144). Sum of RGB (Red+Green+Blue) = 220+100+144=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 100 (39.45% from 255 or 21.55% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6490 is #239B6F. Grayscale: #8C8C8C. Windows color (decimal): -2333552 or 9463004. OLE color: 9463004.

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

Color convert

RGB 220 100 144 -
CMYK 0 0.55 0.35 0.14
HSL 338º 0.63% 0.63% -
HSV(B) 338º 0.55% 0.86% -
XYZ 39.11 26.34 29.41 -
YUV 140.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 220 100 144 0 0.55 0.35 0.14 338 0.63 0.63
Hex DC 64 90 0 37 23 E 152 3F 3F
Octal 334 144 220 0 67 43 16 522 77 77
Binary 11011100 1100100 10010000 0 110111 100011 1110 101010010 111111 111111

Color Harmonies of #DC6490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6490

Black with #DC6490

Text Example


Text Example

White with #DC6490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6490; }

 p { color: rgb(220,100,144); }

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

background-color css

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

 a { background-color: rgb(220,100,144); }

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

border-color css

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

 span { border-color: rgb(220,100,144); }

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