Html Css Color HEX #DC63DF Free Speech Magenta

📋 copy color: '#DC63DF'

red 220 ◦ green 99 ◦ blue 223

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

Shades of Free Speech Magenta #DC63DF

Tints of Free Speech Magenta #DC63DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 40.59%
G = 18.27%
B = 41.14%

CMYK

 C value IS 0.01

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC63DF (or 0xDC63DF) is known color: Free Speech Magenta. HEX triplet: DC, 63 and DF. RGB value is (220,99,223). Sum of RGB (Red+Green+Blue) = 220+99+223=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC63DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC63DF is #239C20. Grayscale: #949494. Windows color (decimal): -2333729 or 14640092. OLE color: 14640092.

HSL color Cylindrical-coordinate representation of color #DC63DF: hue angle of 298.55º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC63DF is Cyan = 0.01, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 99 223 -
CMYK 0.01 0.56 0 0.13
HSL 298.55º 0.66% 0.63% -
HSV(B) 298.55º 0.56% 0.87% -
XYZ 47.3 29.47 73.01 -
YUV 149.32 169.59 178.42 -
System Red Green Blue C M Y K H S L
Decimal 220 99 223 0.01 0.56 0 0.13 298.55 0.66 0.63
Hex DC 63 DF 1 38 0 D 12B 42 3F
Octal 334 143 337 1 70 0 15 453 102 77
Binary 11011100 1100011 11011111 1 111000 0 1101 100101011 1000010 111111

Color Harmonies of #DC63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63DF

Black with #DC63DF

Text Example


Text Example

White with #DC63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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