Html Css Color HEX #DC63DC Free Speech Magenta

📋 copy color: '#DC63DC'

red 220 ◦ green 99 ◦ blue 220

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

Shades of Free Speech Magenta #DC63DC

Tints of Free Speech Magenta #DC63DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 40.82%
G = 18.37%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC63DC (or 0xDC63DC) is known color: Free Speech Magenta. HEX triplet: DC, 63 and DC. RGB value is (220,99,220). Sum of RGB (Red+Green+Blue) = 220+99+220=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC63DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63DC is #239C23. Grayscale: #949494. Windows color (decimal): -2333732 or 14443484. OLE color: 14443484.

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

Color convert

RGB 220 99 220 -
CMYK 0 0.55 0 0.14
HSL 300º 0.63% 0.63% -
HSV(B) 300º 0.55% 0.86% -
XYZ 46.9 29.31 70.9 -
YUV 148.97 168.09 178.66 -
System Red Green Blue C M Y K H S L
Decimal 220 99 220 0 0.55 0 0.14 300 0.63 0.63
Hex DC 63 DC 0 37 0 E 12C 3F 3F
Octal 334 143 334 0 67 0 16 454 77 77
Binary 11011100 1100011 11011100 0 110111 0 1110 100101100 111111 111111

Color Harmonies of #DC63DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63DC

Black with #DC63DC

Text Example


Text Example

White with #DC63DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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