Html Css Color HEX #DC63C6 Free Speech Magenta

📋 copy color: '#DC63C6'

red 220 ◦ green 99 ◦ blue 198

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

Shades of Free Speech Magenta #DC63C6

Tints of Free Speech Magenta #DC63C6

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.15%

 BLUE value IS 198 (77.73% from 255) = 38.3%

R = 42.55%
G = 19.15%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DC63C6 (or 0xDC63C6) is known color: Free Speech Magenta. HEX triplet: DC, 63 and C6. RGB value is (220,99,198). Sum of RGB (Red+Green+Blue) = 220+99+198=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63C6 is #239C39. Grayscale: #929292. Windows color (decimal): -2333754 or 13001692. OLE color: 13001692.

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

Color convert

RGB 220 99 198 -
CMYK 0 0.55 0.1 0.14
HSL 310.91º 0.63% 0.63% -
HSV(B) 310.91º 0.55% 0.86% -
XYZ 44.17 28.22 56.54 -
YUV 146.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 220 99 198 0 0.55 0.1 0.14 310.91 0.63 0.63
Hex DC 63 C6 0 37 A E 137 3F 3F
Octal 334 143 306 0 67 12 16 467 77 77
Binary 11011100 1100011 11000110 0 110111 1010 1110 100110111 111111 111111

Color Harmonies of #DC63C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63C6

Black with #DC63C6

Text Example


Text Example

White with #DC63C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63C6; }

 p { color: rgb(220,99,198); }

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

background-color css

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

 a { background-color: rgb(220,99,198); }

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

border-color css

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

 span { border-color: rgb(220,99,198); }

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