Html Css Color HEX #DC63D9 Free Speech Magenta

📋 copy color: '#DC63D9'

red 220 ◦ green 99 ◦ blue 217

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

Shades of Free Speech Magenta #DC63D9

Tints of Free Speech Magenta #DC63D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.49%

R = 41.04%
G = 18.47%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC63D9 (or 0xDC63D9) is known color: Free Speech Magenta. HEX triplet: DC, 63 and D9. RGB value is (220,99,217). Sum of RGB (Red+Green+Blue) = 220+99+217=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63D9 is #239C26. Grayscale: #949494. Windows color (decimal): -2333735 or 14246876. OLE color: 14246876.

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

Color convert

RGB 220 99 217 -
CMYK 0 0.55 0.01 0.14
HSL 301.49º 0.63% 0.63% -
HSV(B) 301.49º 0.55% 0.86% -
XYZ 46.5 29.15 68.82 -
YUV 148.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 220 99 217 0 0.55 0.01 0.14 301.49 0.63 0.63
Hex DC 63 D9 0 37 1 E 12D 3F 3F
Octal 334 143 331 0 67 1 16 455 77 77
Binary 11011100 1100011 11011001 0 110111 1 1110 100101101 111111 111111

Color Harmonies of #DC63D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63D9

Black with #DC63D9

Text Example


Text Example

White with #DC63D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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